-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add Suggesting Exercise Improvements doc #438
Conversation
I like the balance that you've struck between being discouraging and encouraging. :D Where would this document be linked from? I guess it's something that can be sent to someone that proposes a change that doesn't consider those issues. But how would we maximize the chance that people read it before they submit a proposal? |
I don't think I have ACLs to push a commit on this branch. commit 4dfba77ba6a9be4d0ceba5874231b0fe950f1291 (HEAD -> iHiD-patch-3)
Author: Isaac Good <github@isaacgood.com>
Date: Mon Apr 3 16:47:18 2023 -0700
Add a config.json entry for the new "suggesting-exercise-improvements" doc
diff --git a/community/config.json b/community/config.json
index 3267ad7..4eb2b52 100644
--- a/community/config.json
+++ b/community/config.json
@@ -27,6 +27,13 @@
"title": "Administrators",
"blurb": "Learn about Exercism's Administrators"
},
+ {
+ "uuid": "4476a48e-3061-44c2-ba56-56896b1e0dc9",
+ "slug": "suggesting-exercise-improvements",
+ "path": "community/suggesting-exercise-improvements.md",
+ "title": "Suggesting Exercise Improvements",
+ "blurb": "What to consider before suggesting exercise improvements"
+ },
{
"uuid": "7e11a8f5-e6f8-49f1-ab0c-81427fa12c5c",
"slug": "being-a-good-community-member", |
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Co-authored-by: FAP <459631+fapdash@users.noreply.github.com> Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
Places like this: https://forum.exercism.org/t/go-track-need-for-speed-suggestion-for-a-test-scenario/4974/6
Agreed. We should add this to contributing guides of the relevant tracks, check READMEs mention it, and set an issue template too. |
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.
This is great. I have a few nitpicky suggestions, but nothing that fundamentally changes the document.
Co-authored-by: Katrina Owen <katrina.owen@gmail.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Thanks everyone This doc can now be found (and linked to) from https://exercism.org/docs/community/being-a-good-community-member/suggesting-exercise-improvements |
I’ve put together a new doc on how to make suggestions about improving exercises
Your comments and/or suggestions would be gratefully received.
If anyone would like to add a commit doing the config.json work for me too, I’d be grateful!