From 344284c1c15aba62b85ef9a34bf69783bfc88259 Mon Sep 17 00:00:00 2001 From: opyale Date: Mon, 13 Apr 2020 15:56:31 +0000 Subject: [PATCH] Improving issue template. (#401) Final changes. Merge branch 'master' into bug-desc-improve Merge branch 'master' into bug-desc-improve Removing unnecessary bar. Simplifying stuff. Some more examples. Further improvements. Further improvements. Improving issue template. Co-authored-by: opyale Co-authored-by: 6543 <6543@noreply.gitea.io> Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/401 Reviewed-by: 6543 <6543@noreply.gitea.io> Reviewed-by: M M Arif --- .gitea/issue_template.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md index 4f5cee59..3bc4ba82 100644 --- a/.gitea/issue_template.md +++ b/.gitea/issue_template.md @@ -1,22 +1,31 @@ -#### Description - describe the bug / feature / suggestion in brief : +## # What do you want to address? +(This step is required; examples are shown below) + +- [ ] Bug +- [ ] Feature +- [ ] Suggestion + +## # Describe your matter briefly +(This step is required) -#### Expected behaviour - describe what should be the expected result : +##### What did you expect? (Useful when addressing bugs) +--- +_(This step is optional)_ -#### GitNex version : +##### Some additional details (Useful, when we are trying to reproduce a bug) +--- +_(This step is optional; an example is shown below)_ + +* The version of **Gitea** you are using: +* The version of **GitNex** you are using: +* The type of certificate you are using (self-signed, signed): +* How you used to log in (via password or token): -#### Gitea setup : - * Version : - * If ssl used witch kind of cert is used : - * (if login issue) witch auth method : +##### We would appreciate some screenshots or stacktrace's, but this is also not required. +--- +_(Screenshots and stacktrace's can go here)_ - -#### Android version : - - -#### Screenshots - if any : - - -#### Logs - if any : +#### Thank you for your time. \ No newline at end of file