From 2529d04998d9f1c9da5a6351c0745b9ab88a6277 Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Tue, 24 Apr 2018 10:47:24 -0500 Subject: [PATCH 1/6] Create issue_template.md Added a short issue template message to try to cut down on the number of duplicates from people unfamiliar with Github issues. --- .github/issue_template.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..f29762b01 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1 @@ +**NOTE:** Before submitting your issue, please do a quick search on the Issues page to see if anyone else has already reported the same thing. From f3cc3f547a87b467fa5feeb20a399c6728a0be8f Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Wed, 23 May 2018 11:59:56 -0500 Subject: [PATCH 2/6] fleshed it out a bit --- .github/issue_template.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index f29762b01..fcdb9a1f6 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1 +1,10 @@ -**NOTE:** Before submitting your issue, please do a quick search on the Issues page to see if anyone else has already reported the same thing. +**NOTES** + +Before submitting your issue, please do a quick search on the Issues page to see if anyone else has already reported the same thing. + +Please also prepend your title with a tag describing what it is. Try to keep these uniform with what others have already done. For example: + +- [Bug] Damage calclulation for Elemental Hit is off when it's exactly 12:04 PM NZT and Venus is in line with Jupiter. +- [Feature Request] POB doesn't make my breakfast for me. Pls fix. + +Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build" issues), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile/). From 5177dc6356b0f9add2fc90c87d0373bce3f03d4d Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Thu, 24 May 2018 14:05:35 -0500 Subject: [PATCH 3/6] Added blurb about pastebins for bug reports --- .github/issue_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index fcdb9a1f6..6fb98b268 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -7,4 +7,8 @@ Please also prepend your title with a tag describing what it is. Try to keep the - [Bug] Damage calclulation for Elemental Hit is off when it's exactly 12:04 PM NZT and Venus is in line with Jupiter. - [Feature Request] POB doesn't make my breakfast for me. Pls fix. -Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build" issues), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile/). +For bug reports, please provide a Pastebin of a build that has been set up to easily re-create or showcase the issue. + +Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build"), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile/). + +Once you've read this, feel free to delete the text and describe the issue with as much detail as possible. From 34f35ef0b1605ab1fb540bbdc1d49062766d99ff Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Thu, 24 May 2018 14:26:30 -0500 Subject: [PATCH 4/6] Typo --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 6fb98b268..37c48a2fa 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -4,7 +4,7 @@ Before submitting your issue, please do a quick search on the Issues page to see Please also prepend your title with a tag describing what it is. Try to keep these uniform with what others have already done. For example: -- [Bug] Damage calclulation for Elemental Hit is off when it's exactly 12:04 PM NZT and Venus is in line with Jupiter. +- [Bug] Damage calculation for Elemental Hit is off when it's exactly 12:04 PM NZST and Venus is in line with Jupiter. - [Feature Request] POB doesn't make my breakfast for me. Pls fix. For bug reports, please provide a Pastebin of a build that has been set up to easily re-create or showcase the issue. From 22d8bc7741afeb1f762929c7bdb8db499d314f10 Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Thu, 24 May 2018 15:59:11 -0500 Subject: [PATCH 5/6] Fixed reddit link --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 37c48a2fa..317ec4634 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,6 +9,6 @@ Please also prepend your title with a tag describing what it is. Try to keep the For bug reports, please provide a Pastebin of a build that has been set up to easily re-create or showcase the issue. -Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build"), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile/). +Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build"), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile). Once you've read this, feel free to delete the text and describe the issue with as much detail as possible. From 5b52b8f709da50ceeb4ff036dd2bbf3819c44a90 Mon Sep 17 00:00:00 2001 From: Cory Hollinger Date: Thu, 24 May 2018 16:00:55 -0500 Subject: [PATCH 6/6] Actually fixing the reddit link (dangit github) --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 317ec4634..0c38b92d0 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,6 +9,6 @@ Please also prepend your title with a tag describing what it is. Try to keep the For bug reports, please provide a Pastebin of a build that has been set up to easily re-create or showcase the issue. -Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build"), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](www.reddit.com/r/pathofexile). +Finally, please make sure that your issue is directly related to the _software_ of PoB. If it's not directly related to the software (e.g. "Pls fix my build"), check out places like the [official forums](https://www.pathofexile.com/forum) and [r/PathOfExile](https://www.reddit.com/r/pathofexile). Once you've read this, feel free to delete the text and describe the issue with as much detail as possible.