diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 00000000..4f5cee59 --- /dev/null +++ b/.gitea/issue_template.md @@ -0,0 +1,22 @@ +#### Description - describe the bug / feature / suggestion in brief : + + +#### Expected behaviour - describe what should be the expected result : + + +#### GitNex version : + + +#### Gitea setup : + * Version : + * If ssl used witch kind of cert is used : + * (if login issue) witch auth method : + + +#### Android version : + + +#### Screenshots - if any : + + +#### Logs - if any : diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 00000000..d5a4d998 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,8 @@ +Please check the following: + +1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. +2. Read contributing guidelines: [CONTRIBUTING.md](https://gitea.com/GitNex/GitNex/src/branch/master/CONTRIBUTING.md) +3. Please follow the [Code-Standards](https://gitea.com/gitnex/GitNex/wiki/Code-Standards) +4. Describe what your pull request does and which issue you’re targeting (create one if does not exist) + +**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0926b17..7f39c66d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,11 @@ Patches, enhancements, features are always welcome. The PR should focus on the s Please ask if you are not sure about the scope of work to be submitted to avoid waste of time spent on the work. +**Code Standards** +Please follow the code standards, this will help other developers to understand your code too. +It also helps maintaining the code afterwards. +It is documented in the Wiki: [Code-Standards](https://gitea.com/gitnex/GitNex/wiki/Code-Standards) + **How to submit a PR** Fork this repository. Pull the forked repository from your namespace to your local machine. Create new branch and work on the bug/feature/enhancement you would like to submit. Push it to your forked version. From there create Pull Request(PR) against **master** branch. diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index fe42b286..00000000 --- a/issue_template.md +++ /dev/null @@ -1,14 +0,0 @@ -#### Description - describe the bug / feature / suggestion in brief : - - -#### Expected behaviour - describe what should be the expected result : - - -#### GitNex version : -#### Gitea version : -#### Android version : - -#### Screenshots - if any: - - -#### Logs - if any :