-
-
Notifications
You must be signed in to change notification settings - Fork 728
Add issue template for better orientation #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 10000
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I believe it's possible to create default issue templates at the organization level. This should save you from having to open PR on all repositories. |
@nhedger You're totally right, the only thing I'd have to do is to add the The downside is that EVERY project inside the ReactPHP organisation gets the same issue template. This may make sense for most projects (like dns, http, etc.) but not for something like reactphp/branding or reactphp/reactphp. I would instantly do this if GitHub had some kind of functionality to exclude specific repositories, but I didn't find anything similar. In conclusion: I am willing to take the slightly longer road and do it for every repository individually (which means only to copy-paste at some point 😄). Just feels right ^^ |
fd78cc5
to
2d3064d
Compare
@clue, @WyriHaximus I had to rebase my chnages to match #462, now all tests are green and this is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
2d3064d
to
afe1c66
Compare
afe1c66
to
86371dd
Compare
86371dd
to
ba05d1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonFrings Thank you for the update, changes LGTM!
This pull request adds issue templates to this project.
With GitHub Discussions now activated on an organizational level (as discussed in #460), it makes sense to add issue templates to each ReactPHP repository to show users where they have to open up specific tickets:
issues
for bug reports. These bugs will be fixed at some point and then belong inclosed issues
. Additionally I won't add a bug template to reactphp/reactphp. IMO it makes no sense to report a bug in this repository. All bugs should be reported inside the related repo (http, socket, dns, etc.).I will file pull requests to add issue templates for each ReactPHP repository. Repos like https://github.com/reactphp/branding or https://github.com/reactphp/.github won't receive them (makes no sense).