-
-
Notifications
You must be signed in to change notification settings - Fork 673
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
docs: Templates for issues/pull tracker #99
Open
rpotter12
wants to merge
12
commits into
ohmybash:master
Choose a base branch
from
rpotter12:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+67
−0
Open
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c5478f3
adding pull request template
rpotter12 186e521
adding issue templates
rpotter12 2009162
Moved in docs
22268cc
Added labels and assignees to bug format
8896ef5
Added title in bug format
2506f5c
better order of yaml for bug format
b443096
Removed unnecesary glob
22d53bc
Improved syntax of bug format
ffc9f45
Added spaces
a42e3d8
Requesting verbose informations from end-user for a bug in bug format
fd62f4b
removed unnecessary spaces
85562ca
rework of feature request
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,23 @@ | ||
<!-- | ||
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.) | ||
--> | ||
|
||
#### Checklist | ||
|
||
- [ ] There is a corresponding issue for this pull request. | ||
- [ ] My branch is up-to-date with the Upstream `master` branch. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have added necessary documentation (if appropriate) | ||
|
||
#### Short description of what this resolves: | ||
|
||
|
||
#### Changes proposed in this pull request: | ||
|
||
- | ||
- | ||
- | ||
|
||
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) --> | ||
|
||
Fixes # |
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,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
title: "BUG: " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Prefixing the issue type may not be necessary when the correct label is applied. |
||
labels: bug-report "P3 - Normal" | ||
assignees: kreyren nntoan | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added labels and default assignees |
||
|
||
|
||
--- | ||
|
||
**Actual Behaviour** | ||
|
||
<!-- Describe how the bug manifests. --> | ||
|
||
**Expected Behaviour** | ||
|
||
<!-- State here what the feature should enable the user to do. --> | ||
|
||
**Steps to reproduce it** | ||
|
||
<!-- Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code. --> | ||
|
||
**System information:** | ||
|
||
<!-- Add information about the system your facing this bug on. If you think this is irrelevant or if it's a UI bug or a feature request, please remove this section --> | ||
``` | ||
Your operating system | ||
``` | ||
|
||
**Would you like to work on the issue?** | ||
|
||
<!-- Let us know if this issue should be assigned to you or tell us who you think could help to solve this 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**I'm submitting a ...** (check one with "x") | ||
- [ ] bug report | ||
- [x] feature request | ||
|
||
**Actual Behaviour** | ||
|
||
<!-- Describe how the bug manifests. --> | ||
|
||
**Expected Behaviour** | ||
|
||
<!-- State here what the feature should enable the user to do. --> | ||
|
||
**Steps to reproduce it** | ||
|
||
<!-- Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code. --> | ||
|
||
**System information:** | ||
|
||
<!-- Add information about the system your facing this bug on. If you think this is irrelevant or if it's a UI bug or a feature request, please remove this section --> | ||
``` | ||
Your operating system | ||
``` | ||
|
||
**Would you like to work on the issue?** | ||
|
||
<!-- Let us know if this issue should be assigned to you or tell us who you think could help to solve this issue. --> |
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.
Added additional space since
name
andabout
are displayed in gui where title, labels etc are in issue