diff options
author | Adam Bard <github@adambard.com> | 2021-02-02 17:36:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 17:36:54 -0800 |
commit | 5db57517d69198e076f04de0f4a682519fb6922b (patch) | |
tree | 0e53790ec3da494cae26ff4042b7cd585fc60fa4 /.github/ISSUE_TEMPLATE.md | |
parent | 61c010effcfdf6b92aa3ce0c9033a2cb4a4264e7 (diff) | |
parent | 5d1768e514c7fc950ebda836ac39b7ba6c0e1d93 (diff) |
Merge pull request #4099 from Menelion/codeowners
[xx/xx] Add Code Owners file
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..96278da9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +## Is this a major issue that you cannot fix? + +**Being a community driven documents of languages and tools,"YOUR" contributions +are also important. +If the issue you're reporting is trivial to report to maintainers why not contribute +to fix it. In that way, you will have contributed to an awesome open-source project. +The changes can be typo fix, fixing of data in examples or grammar fix. If you found it, +why not do it and take full credit for it?** + +Make sure the issue title is prepended with '[language/lang-code]' if the language is +already on the site. +If it's a request for a new language, use: '[Request] [language/lang-code]' + +Issues are always welcome. If you are able and willing, we welcome any pull requests +as this is a community powered project. |