-
Notifications
You must be signed in to change notification settings - Fork 10
chore: Add issue templates #2207
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.
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
base: develop
Are you sure you want to change the base?
Conversation
We have a template for our pull requests and the same would be useful for issues that people submit. As a simple good start, this adds the default ones that GitHub offers.
| @@ -0,0 +1,20 @@ | |||
| --- | |||
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.
We could also use Discussions for this. Might be better suited for a longer discussion of requirements, sharing some research etc.
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.
Issues are also in a thread format, no? I'm not sure what the benefit of Discussions is, I haven't used it much.
| @@ -0,0 +1,38 @@ | |||
| --- | |||
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.
Does this replace .github/issue_template.md?
| @@ -0,0 +1,20 @@ | |||
| --- | |||
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.
Issues are also in a thread format, no? I'm not sure what the benefit of Discussions is, I haven't used it much.
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.
pnpm uses an adapted version of this outline, worth considering:
Contribution
(checkbox) I'd be willing to implement this featureDescribe the user story
…Describe the solution you’d like
…Describe the drawbacks of your solution
…Describe alternatives you've considered
…
We have a template for our pull requests and the same would be useful for issues that people submit. As a simple good start, this adds the default ones that GitHub offers.