Add team bios and some reply templates

Details: https://github.com/recaptime-dev/squad/pulls/1

Signed-off-by: multifandom hellscapes <multifandom-multiverse@andreijiroh.eu.org>
Reviewed-by: @ajhalili2006 <ajhalili2006@crew.recaptime.eu.org>
This commit is contained in:
multifandom hellscapes 2023-08-12 01:26:20 +08:00 committed by GitHub
parent c31a12dbf0
commit 7fda32a739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 80 additions and 13 deletions

View file

@ -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)

View file

@ -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: <https://squad.lorebooks.eu.org/handbook/support>
---
_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._

View file

@ -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._