mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Split issue templates for website and package (#2409)
* Separate Website and Package issue templates * Add dedicated labels to package and website issue templates
This commit is contained in:
parent
2600db2ad8
commit
0c005de777
@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Website & Packages
|
||||
about: For general issues and improvements
|
||||
name: Packages
|
||||
about: Issues and improvements for the packages
|
||||
labels: package
|
||||
---
|
||||
|
||||
<!-- Before opening a new issue search for duplicate or closed issues -->
|
||||
@ -9,13 +10,11 @@ about: For general issues and improvements
|
||||
### Kind of issue <!-- Change the one that applies to `[x]` -->
|
||||
- [ ] Improvement
|
||||
- [ ] Bug
|
||||
- [ ] Other, namely:
|
||||
- [ ] Other, namely:
|
||||
|
||||
### This issue concerns <!-- Change the one that applies to `[x]` -->
|
||||
- [ ] The NPM Package
|
||||
- [ ] The Packagist Package
|
||||
- [ ] The website
|
||||
- [ ] Other, namely:
|
||||
|
||||
### Description
|
||||
|
||||
@ -27,6 +26,5 @@ Anything relevant, for example:
|
||||
- Package issues: Version information
|
||||
- For JavaScript/NodeJS: $ node --version
|
||||
- For PHP/Packagist: $ composer --version
|
||||
- Website issues: What browser do you use
|
||||
- etc.
|
||||
-->
|
24
.github/ISSUE_TEMPLATE/website.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/website.md
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Website
|
||||
about: Issues and improvements for the website
|
||||
labels: website
|
||||
---
|
||||
|
||||
<!-- Before opening a new issue search for duplicate or closed issues -->
|
||||
|
||||
|
||||
### Kind of issue <!-- Change the one that applies to `[x]` -->
|
||||
- [ ] Improvement
|
||||
- [ ] Bug
|
||||
- [ ] Other, namely:
|
||||
|
||||
### Description
|
||||
|
||||
|
||||
<!--
|
||||
Anything relevant, for example:
|
||||
- For bugs: "Steps to reproduce" and "Expected behavior"
|
||||
- For improvements: An example of a use case
|
||||
- Website issues: What browser do you use
|
||||
- etc.
|
||||
-->
|
Loading…
Reference in New Issue
Block a user