From ac0f9f6fcb7fd51bd85f4c1068fc54fc7a56086e Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Thu, 17 Oct 2019 00:20:36 -0400 Subject: [PATCH] Docs: Issues are open again --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- .github/ISSUE_TEMPLATE/feature_suggestion.md | 8 ++++---- README.md | 4 ---- doc/temporarily_not_accepting_issues.md | 16 ---------------- 4 files changed, 8 insertions(+), 27 deletions(-) delete mode 100644 doc/temporarily_not_accepting_issues.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d1b33986..e9867e74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: I want to fix a bug, but need some help about: > - You must provide a script that reproduces the bug, using our template. We'll - help, but you must fix the bug, in a reasonable amount of time, or your issue - will be closed. See CONTRIBUTING.md + BUG REPORTS NOT ACCEPTED. You can ask for help fixing a bug. You must provide + a script that reproduces the bug, using our template. We'll help, but you must + fix the bug, in a reasonable amount of time, or your issue will be closed. See + CONTRIBUTING.md --- diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.md b/.github/ISSUE_TEMPLATE/feature_suggestion.md index 18bf2e47..9a513633 100644 --- a/.github/ISSUE_TEMPLATE/feature_suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature_suggestion.md @@ -1,9 +1,9 @@ --- -name: Feature Suggestion +name: I want to build a new feature, but need help about: > - Suggest something that you would like to build. We'll help, but you must build - it yourself, in a reasonable amount of time, or your issue will be closed. See - CONTRIBUTING.md + FEATURE REQUESTS NOT ACCEPTED. You can ask for help with something that you + would like to build. We'll help, but you must build it yourself, in a + reasonable amount of time, or your issue will be closed. See CONTRIBUTING.md --- diff --git a/README.md b/README.md index 1a088821..aa838caf 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ Track changes to your models, for auditing or versioning. See how a model looked at any stage in its lifecycle, revert it to any version, or restore it after it has been destroyed. -As of March 2019, we are [temporarily not accepting issues][57]. Pull requests -are welcome. - ## Documentation | Version | Documentation | @@ -1681,4 +1678,3 @@ Released under the MIT licence. [54]: https://rubygems.org/gems/paper_trail [55]: https://api.dependabot.com/badges/compatibility_score?dependency-name=paper_trail&package-manager=bundler&version-scheme=semver [56]: https://dependabot.com/compatibility-score.html?dependency-name=paper_trail&package-manager=bundler&version-scheme=semver -[57]: https://github.com/paper-trail-gem/paper_trail/blob/master/doc/temporarily_not_accepting_issues.md diff --git a/doc/temporarily_not_accepting_issues.md b/doc/temporarily_not_accepting_issues.md deleted file mode 100644 index efa3327a..00000000 --- a/doc/temporarily_not_accepting_issues.md +++ /dev/null @@ -1,16 +0,0 @@ -# Temporarily Not Accepting Issues - -March, 2019 - -Pull requests are still welcome. - -We've had trouble recently with people refusing to follow the [Issue -Templates](https://github.com/paper-trail-gem/paper_trail/tree/master/.github/ISSUE_TEMPLATE). - -Issues are temporarily disabled while we discuss, as a team, how to handle -this problem. - -Unfortunately, GitHub does not seem to offer a way of disabling the *creation* -of new issues without also hiding existing issues. - -You can go to [Stack Overflow](https://stackoverflow.com/questions/tagged/paper-trail-gem) and/or [use google cache to view some issues](https://www.google.com/?q=papertrail+gem+issues+site%3Agithub.com).