From 05aba898cedc8c2c1d9f1a21f6963e450b3f127c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 2 Mar 2018 10:16:02 -0800 Subject: Move some docs to docs directory, add CONTRIBUTING and templates. --- .github/issue_template.md | 18 ++++++++++++++++++ .github/pull_request_template.md | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..76ad855a --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,18 @@ + +Note that by filing an issue, you agree that you have read and agreed to +our contribution guidelines. + +## NNG & Platform details. + + + +## Expected Behavior + +## Actual Behavior + +## Steps to Reproduce + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..5ae7c257 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +fixes # + + + +Note that the above format should be used in your git commit comments. +You agree that by submitting a PR, you have read and agreed to our +contributing guidelines. -- cgit v1.2.3-70-g09d2