-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain auto-close policy in ISSUE_TEMPLATE.md #1084
Conversation
Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed. That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there. Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a disapproval, but something to consider.
We might also follow the Exercism recommendation for Markdown1, here, to be consistent.
Notable:
- Single sentence per line
- Reference links
.github/ISSUE_TEMPLATE.md
Outdated
Hello. Thanks for opening an issue on Exercism - we really appreciate your interest in helping! | ||
|
||
We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post: https://exercism.org/blog/freeing-our-maintainers. **As such, all issues and PRs in this repository are being automatically closed.** | ||
|
||
That doesn’t mean we’re not interested in your ideas, or that if you’re stuck on something we don’t want to help. The best place to discuss things is with our community on the Exercism Community Forum: https://forum.exercism.org. If necessary, we will open actionable issues here about what needs to change. | ||
|
||
If you do open an issue, the auto-close comment will include a link to create a discussion on the forum. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines do not match the (technical) style of the lines replaced.
@NateEag Thanks for opening this :) I've left a suggestion. |
@kotp I actually think we don't want to do this here as this text is never rendered so the rules don't apply. Instead the text is shown as is, with normal paragraph formatting, is much more readable I think. |
Co-authored-by: Jeremy Walker <[email protected]>
Thanks :) |
No problems. It is not that important, this file does not churn like others can. But the reasons are not only for rendering, but for "a sentence change should not need to show diff for the entire paragraph" so the reasoning is not only for rendering purposes, they are for maintenance and diff noise as well. |
Per discussion in this forum thread: http://forum.exercism.org/t/update-github-issue-template-to-warn-users-new-issues-are-being-auto-closed/3676/2