-
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
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
**Note: for support questions, please use [gitter] or [users forums]**. This | ||
repository's issues are reserved for feature requests and bug reports. | ||
|
||
[gitter]: https://gitter.im/uuid-rs/Lobby | ||
[users forums]: https://users.rust-lang.org | ||
|
||
**I'm submitting a ...** | ||
- [ ] bug report | ||
- [ ] feature request | ||
- [ ] support request => Please do not submit support request here, see note | ||
at the top of this template. | ||
|
||
|
||
# Description | ||
<!-- Provide a summary of your issue in the Title above --> | ||
|
||
<!-- | ||
The following section is only needed for bug reports, delete otherwise. | ||
--> | ||
# Bug Report | ||
|
||
## Current Behaviour | ||
<!-- What is the current behavior? --> | ||
|
||
## Expected Behaviour | ||
<!-- What is the expected behaviour? --> | ||
|
||
## Steps to Reproduce | ||
<!-- How can we reproduce this bug? --> | ||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
## Example | ||
<!-- | ||
A code snippet or a play.rust-lang.org link will do. | ||
Not obligatory, but will provide a context for the bug. | ||
--> | ||
|
||
## Environment | ||
<!-- Please tell us about your environment --> | ||
- Version: <!-- uuid version --> | ||
- Target: <!-- Your target triple --> | ||
- Features: <!-- uuid features enabled --> | ||
|
||
## Meta | ||
<!-- | ||
Information like detailed explanation, stacktraces, suggested fixes, etc | ||
--> | ||
|
||
<!-- | ||
The following section is only for feature requests, delete otherwise | ||
--> | ||
# Feature Request | ||
<!-- What is the motivation/ use-case(s) for changing the behavior? --> | ||
|
||
# Other | ||
<!-- Other information like relevant issues, external links, etc --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Description | ||
<!-- Provide a summary of your issue in the Title above --> | ||
|
||
# Current Behaviour | ||
<!-- What is the current behavior? --> | ||
|
||
# Expected Behaviour | ||
<!-- What is the expected behaviour? --> | ||
|
||
# Steps to Reproduce | ||
<!-- How can we reproduce this bug? --> | ||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
# Example | ||
<!-- | ||
A code snippet or a play.rust-lang.org link will do. | ||
Not obligatory, but will provide a context for the bug. | ||
--> | ||
|
||
# Environment | ||
<!-- Please tell us about your environment --> | ||
- Version: <!-- uuid version --> | ||
- Target: <!-- Your target triple --> | ||
- Features: <!-- uuid features enabled --> | ||
|
||
# Meta | ||
<!-- Information like detailed explanation, stacktraces, suggested fixes, etc --> | ||
|
||
# Other | ||
<!-- Other information like relevant issues, external links, etc --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Description | ||
<!-- Provide a summary of your issue in the Title above --> | ||
|
||
# Feature Request | ||
<!-- What is the motivation/ use-case(s) for changing the behavior? --> | ||
|
||
# Other | ||
<!-- Other information like relevant issues, external links, etc --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- | ||
Title should be in the format: | ||
|
||
`Tracker: version release` | ||
|
||
Replace version with the target release. | ||
--> | ||
|
||
<!-- Replace version with the version for this tracker is being opened --> | ||
Items left to do for __*version*__ release: | ||
|
||
* [ ] Update version numbers | ||
* [ ] Push to crates.io | ||
* [ ] Write release notes on: | ||
* [ ] Github Releases | ||
* [ ] users.rust-lang.org |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- | ||
As we are working towards a stable version of uuid, we require that you | ||
open an issue, before submitting a pull request. If the pull request is | ||
imcomplete, prepend the Title with WIP: | ||
--> | ||
|
||
**I'm submitting a ...** | ||
- [ ] bug fix | ||
- [ ] feature enhancement | ||
- [ ] deprecation or removal | ||
- [ ] refactor | ||
|
||
# Description | ||
<!-- Provide a summary of your changes in the Title above --> | ||
|
||
# Motivation | ||
<!-- Why is this change required --> | ||
|
||
# Tests | ||
<!-- How are these changes tested? --> | ||
|
||
# Related Issue(s) | ||
<!-- | ||
As noted above, we require an issue for every PR. Please link to the issue | ||
here | ||
--> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- | ||
Title should be in the format: | ||
|
||
`version release update` | ||
|
||
Replace version with the target release. | ||
--> | ||
|
||
<!-- Replace version with the version for this tracker is being opened --> | ||
Items left to do for __*version*__ release: | ||
|
||
* [ ] Update version numbers | ||
* [ ] lib.rs | ||
* [ ] Cargo.toml | ||
|
||
Reference: #<!-- Tracker issue --> |
This file contains 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
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.
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