From 9b9173e33b80d930d473da774cb286182bcb0a4f Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Mon, 6 Apr 2020 09:38:02 +0000 Subject: [PATCH] [Doc] update issue-template add pull-template (#359) fix add sugestions fix Nr fix what atom did wrong (automatism) Add PR template make link from contributing to the code-standards Update issue_template Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/359 Reviewed-by: M M Arif --- .gitea/issue_template.md | 22 ++++++++++++++++++++++ .gitea/pull_request_template.md | 8 ++++++++ CONTRIBUTING.md | 5 +++++ issue_template.md | 14 -------------- 4 files changed, 35 insertions(+), 14 deletions(-) create mode 100644 .gitea/issue_template.md create mode 100644 .gitea/pull_request_template.md delete mode 100644 issue_template.md 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 :