Skip to content

Commit

Permalink
add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Feb 10, 2021
1 parent 5934b17 commit daa997b
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report-scripts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report (script bug or unexpected script behavior)
about: Create a bug report for generated scripts to help privacy.sexy improve
labels: bug
title: '[BUG]: '
---

<!--
Thank you for reporting an issue with generated script(s).
Please fill in as much of the template below as you're able.
As a small open source project with small community, it can sometimes take a long time for issues to be addressed so please be patient.
-->

### Describe the bug

<!-- A clear and concise description of what the bug is. -->

### OS

<!--
Which OS are you using? What version of OS you were using?
On Windows you can find it using "Start button" > "Settings" > "System" > "About".
On macOS you can find it using "Apple menu (top left corner)" > "About This Mac".
-->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

### Scripts

<!-- Which scripts did you execute? If applicable, please paste the executed scripts or attach the generated privacy.sexy file . -->

### Additional information

<!-- Add any other context about the problem here. -->
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report-generic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Bug report (unrelated to generated scripts)
about: Create a bug report that's not related to generated scripts to help privacy.sexy improve
labels: bug
title: '[BUG]: '
---

<!--
Thank you for reporting an issue.
Please fill in as much of the template below as you're able.
As a small open source project with small community, it can sometimes take a long time for issues to be addressed so please be patient.
-->

### Describe the bug

<!-- A clear and concise description of what the bug is. -->

### To Reproduce

<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

### Expected behavior

<!--
A clear and concise description of what you expected to happen.
-->

### Screenshots

<!--
If applicable, add screenshots to help explain your problem.
-->

### Distribution

<!--
If applicable, mention how you were using privacy.sexy when the bug was encountered:
- Web (on Desktop or mobile?)
- Or desktop (Windows, macOS or Linux?)
-->

### Additional context

<!--
Add any other context about the problem here.
-->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/3-feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for privacy.sexy
labels: enhancement
---

<!--
Thank you for suggesting an idea to make privacy better. 🤗
Please fill in as much of the template below as you're able.
-->

### Problem Description

<!-- Please add a clear and concise description of the problem you are seeking to solve with this feature request. Ex. I'm always frustrated when [...] -->

### Proposed solution

<!-- Describe the solution you'd like in a clear and concise manner. -->

### Alternatives considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional information

<!-- Add any other context or screenshots about the feature request here. -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit daa997b

Please sign in to comment.