From fa83a136d0fecb1309ebc07ed30b0ddc1ea701f9 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Sun, 13 Nov 2016 23:07:52 -0800 Subject: Add issue template --- ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ISSUE_TEMPLATE.md (limited to 'ISSUE_TEMPLATE.md') diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..81acaa77 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +- [ ] 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]` -- cgit v1.2.3 From 809e5d20a91c14adfd5ce54f481e674938c3719e Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Sun, 13 Nov 2016 23:15:34 -0800 Subject: Remove checkboxes and make a helpful suggestion to submit a pull request to fix issues if the person is willing and able --- ISSUE_TEMPLATE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ISSUE_TEMPLATE.md') diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 81acaa77..052de086 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,3 +1,6 @@ -- [ ] 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]` +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 requets +as this is a community powered project. -- cgit v1.2.3 From 41d7d73aaac89159a84e551005dcbf4475f29325 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Thu, 17 Nov 2016 22:32:23 -0800 Subject: Fix #2574 --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ISSUE_TEMPLATE.md') diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 052de086..022dedab 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -2,5 +2,5 @@ Make sure the issue title is prepended with '[language/lang-code]' if the langua 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 requets +Issues are always welcome. If you are able and willing, we welcome any pull requests as this is a community powered project. -- cgit v1.2.3