Add templates, relicense, and error info fix

This commit is contained in:
Muhammad Rivan
2021-06-07 13:58:56 +07:00
parent 0bb8149c6e
commit f42a270fb5
9 changed files with 209 additions and 690 deletions

10
.github/ISSUE_TEMPLATE/glitch.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Glitch
about: Report unexpected behavior or something doesn't work
title: ''
labels: 'bug'
assignees: 'vinceliuice'
---
Please provide your system info (distro version, etc.) and of course, the screenshot

10
.github/ISSUE_TEMPLATE/idea.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Idea
about: Share your idea, request, and question
title: ''
labels: 'question'
assignees: 'vinceliuice'
---
What's your idea, or question?

10
.github/ISSUE_TEMPLATE/installation.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Installation
about: Report installation error info
title: ''
labels: 'bug'
assignees: 'rivanfebrian123'
---
Please copy and paste your error info here

1
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1 @@
What's the changes?