mirror of
https://github.com/konpa/devicon.git
synced 2025-09-02 19:02:46 +02:00
Upgrade PR and Issue Templates (#986)
* Update issue templates * Add pr templates * Update templates * Update pr templates * Update default pr template * Clarify pr closing statement * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/PULL_REQUEST_TEMPLATE/new_feature.md Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
41
.github/pull_request_template.md
vendored
41
.github/pull_request_template.md
vendored
@@ -1,38 +1,5 @@
|
||||
# **New icon section**
|
||||
### Adding a New Icon?
|
||||
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`
|
||||
|
||||
<!-- If you are adding a new icon, follow the steps listed here, and delete the **New feature** section below. -->
|
||||
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [ ] PR does not match another non-stale PR currently opened
|
||||
- [ ] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
|
||||
- [ ] The PR's base is the `develop` branch.
|
||||
- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
|
||||
- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
|
||||
- [ ] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
|
||||
|
||||
<!-- Refer to the contributing guidelines for more details https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon -->
|
||||
|
||||
## Link to prove your SVG is correct and up-to-date
|
||||
|
||||
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
|
||||
|
||||
---
|
||||
# **New feature section**
|
||||
|
||||
<!-- If you are adding a new feature, follow the steps listed here, and delete the **New icon** section above. -->
|
||||
|
||||
## Double check these details before you open a PR
|
||||
|
||||
<!-- Tick the checkboxes to ensure you've done everything correctly -->
|
||||
- [ ] PR does not match another non-stale PR currently opened
|
||||
- [ ] PR name matches the format *New Feature: a brief description of feature*
|
||||
|
||||
## This PR adds/fixes
|
||||
|
||||
<!-- List your features here and the benefits they bring. -->
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- List anything note-worthy here (potential issues, this needs to be merged to `develop` before working, etc.). -->
|
||||
### Adding a New Feature or fixing a bug?
|
||||
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
|
Reference in New Issue
Block a user