-
-
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
base: master
Are you sure you want to change the base?
Changes from all commits
c5478f3
186e521
2009162
22268cc
8896ef5
2506f5c
b443096
22d53bc
ffc9f45
a42e3d8
fd62f4b
85562ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 # |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
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 | ||
--- | ||
|
||
### 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 provided bug, BE VERBOSE! --> | ||
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. Forcing verbose since users are usually very strait forward and forget to provide important informations. TODO? : Asking to make short, but verbose? |
||
|
||
|
||
|
||
### 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 --> | ||
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. Is there a
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. We recently added a skeleton 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. The closest in the upstream seems to be |
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -0,0 +1,18 @@ | ||||
--- | ||||
name: Feature request | ||||
about: Suggest an idea for this project | ||||
|
||||
title: "REQUEST: " | ||||
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. As above, when the correct label is applied, I believe prefixing "REQUEST:" to the title adds unneeded distraction. |
||||
labels: feature-request "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. Having all issues assigned to ya'll may get a bit spamming in your inbox. I'd personally recommend against doing this.
Suggested change
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. This PR was made by the previous maintainers (they are still maintainers technically, but they became inactive), but I don't have a plan to merge this as is. Maybe I'll pick some parts from this PR someday when I create the templates, but I now don't see the necessity of the templates. |
||||
--- | ||||
|
||||
### Description/Abstract | ||||
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. Reworked feature request because i think that this is more effective |
||||
<!-- Provide short, but verbose explanation about presented feature --> | ||||
|
||||
|
||||
### Expected Behaviour | ||||
<!-- Provide Expected behaviour of presented feature --> | ||||
|
||||
### Actual behaviour (optional) | ||||
<!-- Optionally provide actual behaviour of presented feature --> |
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