| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
@nhedger You're totally right, the only thing I'd have to do is to add the ISSUE_TEMPLATE folder to the .github folder inside reactphp/.github and it's done. 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 ^^ |
Sorry, something went wrong.
|
@clue, @WyriHaximus I had to rebase my chnages to match #462, now all tests are green and this is ready for review. |
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
There was a problem hiding this comment.
@SimonFrings Thank you for the update, changes LGTM! ![]()
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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:
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).