chore: clean up issue templates#9355
Merged
paulbalandan merged 1 commit intocodeigniter4:developfrom Dec 31, 2024
Merged
Conversation
michalsn
approved these changes
Dec 30, 2024
Member
michalsn
left a comment
There was a problem hiding this comment.
That makes sense. I'll have to try to visit the forum more often.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The 2nd and 3rd latest active issues we have are created not following the bug report template, which are essentially feature requests. This is in contradiction that Github issues are to be used for bug reports while feature requests and/or support questions are made first in the forums. This PR fixes that.
mergeableGitHub app config file to enforce above rules. If a "bug" report not following the template is made (i.e., uses the planned work template) it will close the issue promptly. Exceptions are maintainers so they can use that space.Should this PR be merged, next step would be to install the
mergeableapp to this repo.Documentation: https://mergeable.readthedocs.io/en/latest/index.html
To install: https://github.com/apps/mergeable
Checklist: