From 22b60d68715ecc3ee92264ab2f6298c4957eb469 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Fri, 14 Oct 2016 03:52:03 +0300 Subject: [PATCH] Github https://github.com/blog/2111-issue-and-pull-request-templates --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ README.md | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..ce9bfd93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +- Version : **4.6.0** + +- Operating System: + +- [x] I have read the [book](https://www.gitbook.com/book/kataras/iris/details), [examples](https://github.com/iris-contrib/examples), [contributing file](https://github.com/kataras/iris/blob/master/.github/CONTRIBUTING.md) and I'm sure that this issue is not posted & answered before. + +- [ ] I am an iris [donator](https://github.com/kataras/iris/blob/master/DONATIONS.md). + +-------------- + +Hi, \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..e556030b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +- [x] I have read the [book](https://www.gitbook.com/book/kataras/iris/details), [examples](https://github.com/iris-contrib/examples), [contributing file](https://github.com/kataras/iris/blob/master/.github/CONTRIBUTING.md) and I'm sure that this worths to be a PR on the Iris repository. + +- [x] I have opened an issue and discuss this feature/fix with the Community, I got @kataras permission to post this PR. + +- Operating System(s) that this PR was tested: + + +Description and notes: diff --git a/README.md b/README.md index 11db7001..bb5d9c65 100644 --- a/README.md +++ b/README.md @@ -895,7 +895,7 @@ The author of Iris is [@kataras](https://github.com/kataras). If **you**'re will Contributing ------------ -If you are interested in contributing to the Iris project, please see the document [CONTRIBUTING](https://github.com/kataras/iris/blob/master/CONTRIBUTING.md). +If you are interested in contributing to the Iris project, please see the document [CONTRIBUTING](https://github.com/kataras/iris/blob/master/.github/CONTRIBUTING.md). License ------------