mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-22 08:54:33 +03: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
|
name: Packages
|
||||||
about: For general issues and improvements
|
about: Issues and improvements for the packages
|
||||||
|
labels: package
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Before opening a new issue search for duplicate or closed issues -->
|
<!-- Before opening a new issue search for duplicate or closed issues -->
|
||||||
@ -14,8 +15,6 @@ about: For general issues and improvements
|
|||||||
### This issue concerns <!-- Change the one that applies to `[x]` -->
|
### This issue concerns <!-- Change the one that applies to `[x]` -->
|
||||||
- [ ] The NPM Package
|
- [ ] The NPM Package
|
||||||
- [ ] The Packagist Package
|
- [ ] The Packagist Package
|
||||||
- [ ] The website
|
|
||||||
- [ ] Other, namely:
|
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
@ -27,6 +26,5 @@ Anything relevant, for example:
|
|||||||
- Package issues: Version information
|
- Package issues: Version information
|
||||||
- For JavaScript/NodeJS: $ node --version
|
- For JavaScript/NodeJS: $ node --version
|
||||||
- For PHP/Packagist: $ composer --version
|
- For PHP/Packagist: $ composer --version
|
||||||
- Website issues: What browser do you use
|
|
||||||
- etc.
|
- 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