-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
triangle: add topics #859
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
Comments
Merged
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 21, 2021
…#1932) * Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 22, 2021
…#1932) * Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 26, 2021
…#1932) * Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 27, 2021
…#1932) * Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 29, 2021
* Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/python
that referenced
this issue
Jan 29, 2021
* Initial draft of "lists" concept exercise for Python track (Issue exercism#859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
cmccandless
pushed a commit
that referenced
this issue
Jan 29, 2021
* Initial draft of "lists" concept exercise for Python track (Issue #859) * Ran prettier to format markdown instructions.md file. Co-authored-by: Itamar Gal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As stated in #808 we need to add topics for exercises. They should be relevant to the exercise even though you might be able to solve it without encountering that topic. Here is the list of commonly used topics in every track - https://github.com/exercism/problem-specifications/blob/master/TOPICS.txt, please use topics from this list or add one if you think it's missing but required.
Hint: you can take a look at an example implementation here (SPOILERS) or in a different language.
There are some exercises which have topics in
config.json
, so you can look at them as an example.If you still have questions, I encourage you to ask them before starting working on the issue.
I also suggest claiming the issue by creating an empty PR as discribded here
Please note that there are some special 'closing issue' keywords that you can put in description of your PR and Github will take care of closing the corresponding issue automatically after merge.
This simple thing helps us a lot, and makes our life a bit easier, so please reference the issue in your PR accordingly.
The text was updated successfully, but these errors were encountered: