From e0d330dda8dea91936d5b76e212603d106e45386 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 23 Jul 2016 15:19:35 -0400 Subject: Move Github templates to a folder --- .github/issue_template.md | 26 ++++++++++++++++++++++++++ .github/pull_request_template.md | 8 ++++++++ CONTRIBUTING | 1 + issue_template.md | 26 -------------------------- pull_request_template.md | 8 -------- 5 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md create mode 100644 CONTRIBUTING delete mode 100644 issue_template.md delete mode 100644 pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..3aede7f5 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ +### Expected behaviour + +Tell us what should happen + + +### Actual behaviour + +Tell us what happens instead + + +### Steps to reproduce + +1. +2. +3. + + +### Configuration + +Copy and paste the configuration section from the Kanboard settings page or fill these fields: + +- Kanboard version: +- Database type and version: +- PHP version: +- OS: +- Browser: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..be59deac --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +Before to submit your pull-request: + +- Be sure that the unit tests pass +- If you create a new feature, test your code, do not introduce new bugs +- Avoid code duplication +- Small pull-requests are easier to review and can be merged quickly +- 1 pull-request == 1 feature/improvement +- Non necessary features should be implemented as plugin diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..68a20f51 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1 @@ +Read https://kanboard.net/documentation/contributing diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 3aede7f5..00000000 --- a/issue_template.md +++ /dev/null @@ -1,26 +0,0 @@ -### Expected behaviour - -Tell us what should happen - - -### Actual behaviour - -Tell us what happens instead - - -### Steps to reproduce - -1. -2. -3. - - -### Configuration - -Copy and paste the configuration section from the Kanboard settings page or fill these fields: - -- Kanboard version: -- Database type and version: -- PHP version: -- OS: -- Browser: diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index be59deac..00000000 --- a/pull_request_template.md +++ /dev/null @@ -1,8 +0,0 @@ -Before to submit your pull-request: - -- Be sure that the unit tests pass -- If you create a new feature, test your code, do not introduce new bugs -- Avoid code duplication -- Small pull-requests are easier to review and can be merged quickly -- 1 pull-request == 1 feature/improvement -- Non necessary features should be implemented as plugin -- cgit v1.2.3