mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Add issue templates
This commit is contained in:
parent
b5e8eb233f
commit
cd1bccc9ab
3 changed files with 46 additions and 0 deletions
.github/ISSUE_TEMPLATE
18
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
|
||||
- name: "📑 Create Issue for the Docs"
|
||||
url: https://github.com/safing/docs/issues/new/choose
|
||||
about: "Create issue for everything related to Documentation"
|
||||
|
||||
# - name: "🏔 Create Issue for the Website"
|
||||
# url: https://github.com/safing/website/issues/new/choose
|
||||
# about: "Create issue for everything related to Safing's main website"
|
||||
|
||||
- name: "Contribution Guideline"
|
||||
url: https://docs.safing.io/portmaster/guides/contribute
|
||||
about: Learn how to best contribute and make sure your work is aligned with Safing’s current goals and focus
|
||||
|
||||
- name: "Code of Conduct"
|
||||
url: https://docs.safing.io/community/code-of-conduct
|
||||
about: Be nice to other community members
|
16
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: "🐞 Report a Bug/Inaccuracy"
|
||||
about: Report a bug/inaccuracy discovered on the Website
|
||||
labels: bug
|
||||
---
|
||||
|
||||
<!--
|
||||
Please disclose security related issues privately to support@safing.io.
|
||||
-->
|
||||
|
||||
**What is the bug / inaccuracy?**:
|
||||
|
||||
|
||||
|
||||
**What would you expect instead?**:
|
||||
|
12
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: "💡 Suggest an Improvement or Feature"
|
||||
about: Suggest an enhancement or a new page/segment for the Website
|
||||
labels: feature
|
||||
---
|
||||
|
||||
**What would you like to add or change?**:
|
||||
|
||||
|
||||
|
||||
**Why do you and others need this?**:
|
||||
|
Loading…
Add table
Reference in a new issue