Update gitlab issue templates

This commit is contained in:
marchingon12
2021-03-25 10:46:21 +01:00
parent a73afc22ec
commit 6b37d9b193
3 changed files with 88 additions and 3 deletions

3
.gitignore vendored
View File

@@ -12,9 +12,6 @@
bin/
gen/
# Gitlab files
.gitlab/
# Gradle files
.gradle/
build/

View File

@@ -0,0 +1,68 @@
<!---
- Please read Troubleshooting and FAQs on the GitLab wiki before writing an issue to see if it helps solve your problem!
- Provide a general summary of the issue in the Title above.
- Check if your issue or something similar has been reported before (if yes upvote/comment there)
- Please use the latest stable release and note that we don't accept any bug reports for v.1.*, v.2.* & v.3.* anymore!
- If you did not know already, everything between "<!---" & "~->" are comments in Markdown. These will not be visible unless when editing or viewed as raw file.
-->
## Description
<!--- Provide a detailed description to your issue itself, and why you consider it to be a bug -->
## Expected Behaviour
<!--- Tell us what should happen -->
## Actual Behaviour
<!--- Tell us what happens instead -->
## Steps to Reproduce
<!--- Provide a link to a live example (screenshots/recording etc..), or a set of steps to reproduce the issue -->
1.
2.
3.
4.
## Environment
<!---
Include as many relevant details about the environment you experienced the bug in.
For example:
* Device model & codename: OnePlus 8T "instantnoodle"
* Android version: 11.0.0
* Arch: armeabi, armeabi-v7a, arm64-v8a
* Aurora Store version: 4.0.2
* Installation method: root/session/native/Aurora Services
* OS: OxygenOS 11.0.1 (Android skin)
-->
* Device model & codename:
* Android version:
* Aurora Store version:
* Installation method:
* OS:
## Logcat
<!---
- If possible, include a logcat of the issue and upload on dogbin, nekobin, privatebin or any other bin of your choice, otherwise remove this comment section including the subtitle.
- The simplest way to get logs is by using Matlog or similar apps to start logging, then do your steps and save the logs as a .txt file.
- Upload the .txt file or copy/paste to https://del.dog/, https://nekobin.com/, https://privatebin.info/ and paste your link after this comment section.
-->
## Examples
<!-- If you have any examples, e.g. screenshots/videos/designs of the bug you found, paste or link them here. -->
## Additional context
<!-- If you have more info to add, write it in this section, otherwise delete the subtitle and this comment.-->
## Possible solution
<!-- If you believe to have a possible solution, write it in this section, otherwise delete the subtitle and this comment.-->

View File

@@ -0,0 +1,20 @@
<!--
- Please read Roadmap on the GitLab wiki before asking for a feature request!
- Please search existing proposals to avoid creating duplicates. Some requests may also have been suggested on our Telegram channel, check it out: https://t.me/s/aurorabugsandsuggestions
- Provide a general summary of the issue in the Title above.
- If you did not know already, everything between "<!---" & "~->" are comments in Markdown. These will not be visible unless when editing or viewed as raw file.
-->
## Description
<!--
- Describe your idea as detailed as possible.
- If you have multiple ideas which are not directly connected to each other,
file an issue per idea. This makes it easy to implement one feature proposal at a time.
-->
## Examples
<!-- If you have any examples, e.g. screenshots/videos/designs of the feature you proposed, paste or link them here. -->
## Additional context
<!-- If you have more info to add, write it in this section, otherwise delete the subtitle and this comment.-->