-
Notifications
You must be signed in to change notification settings - Fork 201
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
add issue and PR templates #162
Conversation
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
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.
This looks good to me! I just left a single nitpick about one of the checkbox lists.
Feel free to fix/ignore that then r+
.
imcomplete, prepend the Title with WIP: | ||
--> | ||
|
||
**I'm submitting a ...** |
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.
nitpick: This might read a bit better if we change the checkboxes to be singular. So instead of bug fixes we'd say bug fix. What do you think?
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.
fixed
Signed-off-by: Hunar Roop Kahlon <[email protected]>
bors r+ |
162: add issue and PR templates r=kinggoesgaming a=kinggoesgaming Issues: [`/issues/new`]: Use the default issue template. [`/issues/new?template=bug`]: Use the bug report template. [`/issues/new?template=feature`]: Use the feature request template. [`/issues/new?template=tracker`]: Use the tracker template. Only for us to use. [`/issues/new`]: https://github.com/uuid-rs/uuid/issues/new [`/issues/new?template=bug`]: https://github.com/uuid-rs/uuid/issues/new?template=bug [`/issues/new?template=feature`]: https://github.com/uuid-rs/uuid/issues/new?template=feature [`/issues/new?template=tracker`]: https://github.com/uuid-rs/uuid/issues/new?template=tracker --- PRs: [`/pulls/new`]: Use the default PR template. [`/pulls/new?template=release`]: Use the release preparations template. Our own use only. [`/pulls/new`]: https://github.com/uuid-rs/uuid/pulls/new [`/pulls/new?template=release`]: https://github.com/uuid-rs/uuid/pulls/new?template=bug --- Also makes having an issue for any PR a requirement. I have that so that as part of stabilization, we don't just go overboard with features and such. closes #116
Issues:
/issues/new
: Use the default issue template./issues/new?template=bug
: Use the bug report template./issues/new?template=feature
: Use the feature request template./issues/new?template=tracker
: Use the tracker template. Only for us to use.PRs:
/pulls/new
: Use the default PR template./pulls/new?template=release
: Use the release preparations template. Our own use only.Also makes having an issue for any PR a requirement. I have that so that as part of stabilization, we don't just go overboard with features and such.
closes #116