From cdb83022968d9236c9bbdb0075755ec9b8236687 Mon Sep 17 00:00:00 2001 From: multifandom hellscapes Date: Fri, 11 Aug 2023 17:01:37 +0000 Subject: [PATCH] Add GitHub reply templates for crew Co-authored-by: @ajhalili2006 Signed-off-by: multifandom hellscapes --- templates/replies/README.md | 9 +++++++++ templates/replies/commented-on-closed-issues.md | 9 +++++++++ templates/replies/guidelines-not-followed.md | 11 +++++++++++ 3 files changed, 29 insertions(+) create mode 100644 templates/replies/README.md create mode 100644 templates/replies/commented-on-closed-issues.md create mode 100644 templates/replies/guidelines-not-followed.md diff --git a/templates/replies/README.md b/templates/replies/README.md new file mode 100644 index 0000000..9b9643e --- /dev/null +++ b/templates/replies/README.md @@ -0,0 +1,9 @@ +# Reply templates for maintainers + +Here is a list of common **reply messages** shared by core team members to help them respond to issues. Some of them are adopted from [OpenCollective's meta issue tracker](https://github.com/opencollective/opencollective/tree/main/.github/MAINTAINER_REPLY_TEMPLATES). + +You can add those to your [GitHub saved replies settings](https://github.com/settings/replies). + +- [Guidelines are not followed](guidelines-not-followed.md) +- [Use Matrix/Discord/public inbox](do-not-use-issue-tracker-for-support.md) +- [Don't comment on a closed issue](commented-on-closed-issues.md) diff --git a/templates/replies/commented-on-closed-issues.md b/templates/replies/commented-on-closed-issues.md new file mode 100644 index 0000000..312ae92 --- /dev/null +++ b/templates/replies/commented-on-closed-issues.md @@ -0,0 +1,9 @@ +Please don't comment on already **closed issues**. If you think the issue is still there, please feel free to +open a new issue and refer this issue in the details. + +Alternatively, if you have a question, feel free to post in our chatroom(s) linked in the project's README. +If this is a support issue, please email us at support@crew.recaptime.eu.org. More information can be found at our handbook: + +--- + +_This template is copied from [OpenCollective's meta issue tracker](https://github.com/opencollective/opencollective/blob/main/.github/MAINTAINER_REPLY_TEMPLATES/DONT_COMMENT_ON_CLOSED_ISSUE.md), edited for use by @recaptime-dev team._ \ No newline at end of file diff --git a/templates/replies/guidelines-not-followed.md b/templates/replies/guidelines-not-followed.md new file mode 100644 index 0000000..b5acde6 --- /dev/null +++ b/templates/replies/guidelines-not-followed.md @@ -0,0 +1,11 @@ +This ticket or patch is closed/rejected due to **guidelines not followed**. + +All tickets should follow the guidelines as mentioned in: + +- The [Code of Conduct](https://github.com/opencollective/opencollective/blob/main/CODE_OF_CONDUCT.md). + +- Submission guidelines as mentioned in the project's README and CONTRIBUTING files. + +--- + +_This template is copied from [OpenCollective's meta issue tracker](https://github.com/opencollective/opencollective/blob/main/.github/MAINTAINER_REPLY_TEMPLATES/GUIDELINES_NOT_FOLLOWED.md), edited for use by @recaptime-dev team._ \ No newline at end of file