diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..81c2ceabb9 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +Please review the [guidelines for contributing](http://netty.io/wiki/developer-guide.html) for this repository. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..a7a6188615 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Expected behavior + +### Actual behavior + +### Steps to reproduce + +### Minimal yet complete reproducer code (or URL to code) + +### Netty version + +### JVM version (e.g. `java -version`) + +### OS version (e.g. `uname -a`) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..17b3725815 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +Motivation: + +Explain here the context, and why you're making that change. +What is the problem you're trying to solve. + +Modification: + +Describe the modifications you've done. + +Result: + +Fixes #. + +If there is no issue then describe the changes introduced by this PR.