3539ba6f08
Motivation: GitHub recently added the ability to setup PR and Issue templates https://github.com/blog/2111-issue-and-pull-request-templates. We should take advantage of this feature to ensure Issues / PRs are properly formed. Modifications: - add a .github directory with a CONTRIBUTING.md, ISSUE_TEMPLATE.md, and PULL_REQUEST_TEMPLATE.md file Result: Fixes https://github.com/netty/netty/issues/6074.
15 lines
286 B
Markdown
15 lines
286 B
Markdown
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 #<GitHub issue number>.
|
|
|
|
If there is no issue then describe the changes introduced by this PR.
|