Skip to content

Commit 84eb391

Browse files
committed
Add github templates
1 parent 35b7d7c commit 84eb391

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: "Bug report"
2+
description: "Report a bug from Positivity website"
3+
title: "[Bug] "
4+
labels: ["bug"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "Use this template if you have a feature that is not working as expected with Positivity (and not Negativity, the plugin)."
10+
- type: dropdown
11+
id: web-server
12+
attributes:
13+
label: "Which web server are you using ?"
14+
multiple: true
15+
options:
16+
- I don't know
17+
- Apache
18+
- NGINX
19+
- Other
20+
- type: textarea
21+
id: versions
22+
attributes:
23+
label: "Versions of what you are using"
24+
placeholder: "PhP 7.1 ..."
25+
value: "PhP: ?, Positivity: ?"
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: reproduce-step
30+
attributes:
31+
label: "Step to reproduce"
32+
description: "Explain all step to reproduce, with some element that can be particular to your setup and help us to fix it"
33+
placeholder: "To reproduce, I do ... then ..."
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: error-logs
38+
attributes:
39+
label: "Errors / Logs"
40+
description: "If applicable, add logs of error (copy/paste on pastebin/hastebin). By default, on linux with apache, they are on `/var/log/apache2/error.log`"
41+
placeholder: "Here is my link to error:"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Github wiki
4+
url: https://github.com/Elikill58/Positivity/wiki
5+
about: Be sure there isn't answer on the wiki
6+
- name: Discord quick support
7+
url: https://discord.gg/KHRVTX2
8+
about: If you have a quick question, come on discord
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: "Feature request"
2+
description: "Ask for new feature"
3+
title: "[Feature] "
4+
labels: ["enhancement"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "Use this template only to ask new feature on Positivity (and not Negativity, the plugin)."
10+
- type: dropdown
11+
id: feature-type
12+
attributes:
13+
label: "The feature is about ?"
14+
multiple: true
15+
options:
16+
- New option
17+
- Editing design
18+
- Translation
19+
- New plateform/plugin support
20+
- Other
21+
- type: textarea
22+
id: explaination
23+
attributes:
24+
label: "Can you explain this feature ?"
25+
placeholder: "My feature is to add button to ..."
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: reasons
30+
attributes:
31+
label: "Why this feature should be added ?"
32+
description: "Explain all step to reproduce, with some element that can be particular to your setup and help us to fix it"
33+
placeholder: "To reproduce, I do ... then ..."

0 commit comments

Comments
 (0)