diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 23aff72..a464de1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,19 +1,22 @@ --- name: Bug report -about: Something isn't working right +about: Something isn't working right. title: '' labels: bug, To Check assignees: '' --- +**Prerequisites** +Please ensure your request is not part of an existing issue. + **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 '....' +2. Tap on '....' 3. Scroll down to '....' 4. See error diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..53baa22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest a new Source, setting, or other feature. +title: '' +labels: enhancement, To Check +assignees: '' + +--- + +**Prerequisites** +Please ensure your request is not part of an existing issue. + +**Describe the feature** +A clear and concise description of what you want to happen. + +For new Sources, it's preferable (not required) if you suggest how an App ID (or any release-specific identifier), App version, and APK URL(s) could be scraped from the Source. + +**Describe alternatives you've considered (if applicable)** +A clear and concise description of any alternative solutions or features you've considered. + +Note that app-specific Sources are less likely to be added. In those cases, see if the HTML Source will work for you (if not, see if a generally-applicable enhancement to the HTML Source would work, and suggest that instead). + +**Additional context** +Add any other context or screenshots about the feature request here.