diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 23 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 12 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/theme-report.md | 16 |
3 files changed, 51 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1642d528 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug, unverified +assignees: AllanWang + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Details (please provide at least the app version):** + - App Version: + - Device: + - Android Version: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..ceb35384 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: Propose a new feature +title: '' +labels: feature request +assignees: AllanWang + +--- + +**Describe the feature** +<!-- Note that Frost is limited by Facebook's mobile site --> +<!-- Features relating to the web content are not always possible --> diff --git a/.github/ISSUE_TEMPLATE/theme-report.md b/.github/ISSUE_TEMPLATE/theme-report.md new file mode 100644 index 00000000..820fb3f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/theme-report.md @@ -0,0 +1,16 @@ +--- +name: Theme report +about: Problem with Frost's Theme +title: '' +labels: CSS +assignees: AllanWang + +--- + +**Description** +<!-- Please describe the theme error, and how to get to the page--> + +**Details (please provide at least the app version):** + - App Version: + - Device: + - Android Version: |