-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Update issue and PR templates #658
Merged
Merged
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6f50688
Update issue and PR templates
Thomas-Boi e16d2ae
Added icon requirements to contributing
Thomas-Boi 8660b88
Update .github/ISSUE_TEMPLATE/bug_report.md
Thomas-Boi d1f8abf
Update .github/ISSUE_TEMPLATE/bug_report.md
Thomas-Boi 54556e7
Update .github/ISSUE_TEMPLATE/feature_request.md
Thomas-Boi 0ee6edb
Update .github/ISSUE_TEMPLATE/feature_request.md
Thomas-Boi 69afc81
Update .github/ISSUE_TEMPLATE/feature_request.md
Thomas-Boi 718add7
Update .github/ISSUE_TEMPLATE/icon-request.md
Thomas-Boi c38f28d
Apply suggestions from code review
Thomas-Boi e9ba888
Apply suggestions from code review
Thomas-Boi 92106f6
Merge branch 'develop' into thomas/issueTemplate
Panquesito7 0019f19
Update bug_report.md
Thomas-Boi c704861
Update .github/PULL_REQUEST_TEMPLATE/new_feature.md
Thomas-Boi 3021553
Update .github/PULL_REQUEST_TEMPLATE/new_feature.md
Thomas-Boi 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,17 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug/issue that you found in the SVGs, CSS files, etc... | ||
title: 'Bug Report: [NAME]' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Bug | ||
*Short description of the bug that you found. Provide images/code if applicable.* | ||
|
||
### How to replicate the bug | ||
*What should we do to replicate this bug.* | ||
|
||
### Possible Fixes/Solutions | ||
*List any possible fixes/suggestions that you have in mind that could 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,17 @@ | ||
--- | ||
name: Feature Request | ||
about: Requesting a new feature or changes to an existing feature | ||
title: 'Feature Request: [NAME]' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Problem | ||
*Tell us about the current problem that you face that this feature might help you with.* | ||
|
||
### Suggested Feature | ||
*Short description of the feature.* | ||
|
||
### Why we should have this feature | ||
*List any extra benefits, other than solving your problem, that this feature will bring to the repo. If none, leave blank.* |
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
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 |
---|---|---|
@@ -1,9 +1,17 @@ | ||
--- | ||
name: New Feature | ||
about: Add a new feature to the repository. | ||
title: 'New Feature: [NAME]' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## This PR adds... | ||
|
||
*List your features here and their reasons for creation.* | ||
*List your features here and the benefits they bring.* | ||
|
||
## Notes | ||
|
||
*List anything note-worthy here (potential issues, this needs merge to `master` before working, etc....).* | ||
Thomas-Boi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
*Don't forget to link any issues that this PR will solved.* |
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
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.
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.
I was curious about and search it up. Turns out we only need 1 period after etc. See this. The more you know...