mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-03-12 17:40:11 +01:00
Update templates (#1411)
As titile Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1411 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
parent
cfa866baea
commit
0b1b8a283f
@ -4,35 +4,45 @@ name: "Bug"
|
|||||||
about: "Something isn't working"
|
about: "Something isn't working"
|
||||||
labels:
|
labels:
|
||||||
|
|
||||||
- Bug
|
- "🐛 Bug"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## # Describe your matter briefly
|
**I confirm that I have searched the issue tracker**
|
||||||
|
Before opening an issue, take a few minutes to search the issue tracker (both open and closed issues) for the problem you are facing. This will reduce the need for issue triage and save time.
|
||||||
|
|
||||||
<br><br>
|
- [ ] I confirm that I have searched the issue tracker
|
||||||
|
|
||||||
##### What did you expect?
|
**Describe the bug**
|
||||||
---
|
A clear and concise description of the bug. (remove this line)
|
||||||
<br><br>
|
|
||||||
|
|
||||||
##### Some additional details
|
**To Reproduce**
|
||||||
---
|
Detailed steps to reproduce the issue. (remove this line)
|
||||||
|
|
||||||
* The version of **Gitea** you are using:
|
**Expected behavior**
|
||||||
* The version of **GitNex** you are using:
|
A clear description of what you expected to happen. (remove this line)
|
||||||
* Source of installation (Play Store, F-Droid, APK):
|
|
||||||
* Current android version and phone model/manufacturer:
|
|
||||||
* The type of certificate your instance is using (self-signed, signed):
|
|
||||||
* How you used to log in (via password or token):
|
|
||||||
<br>
|
|
||||||
|
|
||||||
##### We would appreciate some screenshots or stacktrace's, but this is also not required.
|
**Logs**
|
||||||
---
|
If applicable, add logs to help better debug the problem. Use code blocks to enclose the logs. (remove this line)
|
||||||
<!-- Screenshots and stacktrace's can go here. -->
|
|
||||||
<br><br>
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem. (remove this line)
|
||||||
|
|
||||||
|
**Versions (please complete the following information)**
|
||||||
|
- GitNex:
|
||||||
|
- Android:
|
||||||
|
- Gitea/Forgejo:
|
||||||
|
|
||||||
|
**Mode of installation**
|
||||||
|
- [ ] Google Play Store
|
||||||
|
- [ ] F-droid
|
||||||
|
- [ ] APK
|
||||||
|
- [ ] Built from source
|
||||||
|
- [ ] OpenAPK
|
||||||
|
- [ ] Other stores (Name: )
|
||||||
|
|
||||||
|
**SSL certificate**
|
||||||
|
- [ ] Signed (Codeberg, Lets encrypt etc.)
|
||||||
|
- [ ] Self-signed
|
||||||
|
|
||||||
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Thank you for your time. -->
|
|
||||||
|
@ -4,15 +4,19 @@ name: "Feature"
|
|||||||
about: "A new feature or an enhancement to an existing feature"
|
about: "A new feature or an enhancement to an existing feature"
|
||||||
labels:
|
labels:
|
||||||
|
|
||||||
- Feature
|
- "🎉 Feature"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## # Describe your matter briefly
|
**I confirm that I have searched the issue tracker**
|
||||||
|
Before opening an issue, take a few minutes to search the issue tracker (both open and closed issues) for the feature you are requesting. This will reduce the need for issue triage and save time.
|
||||||
|
|
||||||
<br><br>
|
- [ ] I confirm that I have searched the issue tracker
|
||||||
|
|
||||||
|
**Describe the feature**
|
||||||
|
A clear and concise description of the feature. (remove this line)
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the feature here. (remove this line)
|
||||||
|
|
||||||
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Thank you for your time. -->
|
|
||||||
|
22
.gitea/issue_template/question.md
Normal file
22
.gitea/issue_template/question.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "Question"
|
||||||
|
about: "Ask a question"
|
||||||
|
labels:
|
||||||
|
|
||||||
|
- "❓ Question"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**I confirm that I have searched the issue tracker**
|
||||||
|
Before opening an issue, take a few minutes to search the issue tracker (both open and closed issues) for the question you are asking. This will reduce the need for issue triage and save time.
|
||||||
|
|
||||||
|
- [ ] I confirm that I have searched the issue tracker
|
||||||
|
|
||||||
|
**Describe the question**
|
||||||
|
A clear and concise description of the question. (remove this line)
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the question here. (remove this line)
|
||||||
|
|
||||||
|
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
@ -4,35 +4,32 @@ name: "Suggestion"
|
|||||||
about: "A general suggestion"
|
about: "A general suggestion"
|
||||||
labels:
|
labels:
|
||||||
|
|
||||||
- Suggestion
|
- "💡 Suggestion"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## # Describe your matter briefly
|
**I confirm that I have searched the issue tracker**
|
||||||
|
Before opening an issue, take a few minutes to search the issue tracker (both open and closed issues) for the question you are asking. This will reduce the need for issue triage and save time.
|
||||||
|
|
||||||
<br><br>
|
- [ ] I confirm that I have searched the issue tracker
|
||||||
|
|
||||||
##### What did you expect?
|
**Describe the suggestion**
|
||||||
---
|
A clear and concise description of the suggestion. (remove this line)
|
||||||
<br><br>
|
|
||||||
|
|
||||||
##### Some additional details
|
**Additional context**
|
||||||
---
|
Add any other context about the suggestion here. (remove this line)
|
||||||
|
|
||||||
* The version of **Gitea** you are using:
|
**Versions (please complete the following information)**
|
||||||
* The version of **GitNex** you are using:
|
- GitNex:
|
||||||
* Source of installation (Play Store, F-Droid, APK):
|
- Android:
|
||||||
* Current android version and phone model/manufacturer:
|
- Gitea/Forgejo:
|
||||||
* The type of certificate your instance is using (self-signed, signed):
|
|
||||||
* How you used to log in (via password or token):
|
|
||||||
<br>
|
|
||||||
|
|
||||||
##### We would appreciate some screenshots or stacktrace's, but this is also not required.
|
**Mode of installation**
|
||||||
---
|
- [ ] Google Play Store
|
||||||
<!-- Screenshots and stacktrace's can go here. -->
|
- [ ] F-droid
|
||||||
<br><br>
|
- [ ] APK
|
||||||
|
- [ ] Built from source
|
||||||
|
- [ ] OpenAPK
|
||||||
|
- [ ] Other stores (Name: )
|
||||||
|
|
||||||
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
- [ ] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing).
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Thank you for your time. -->
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user