This repository holds templates for Topcoder challenge specifications. These are intended be used when creating various types of challenges on the Topcoder Platform. They pull from learned best practices and are aimed at keeping challenges clear and constistent for participants. It is strongly recommended that you start from one of these templates when drafting a challenge.
To use these templates, copy the raw markdown for a given template and paste it into your challenge's description text area at https://challenges.topcoder.com.
There is also a neat tool you can use to contruct spec templates that are a little more customized courtesy of grv.ashu
👉 Access this tool at https://0xf17.github.io/tc-spec-generator/
🧑💻 Contribute/PR at https://github.com/0xf17/tc-spec-generator
See the open items for a list of proposed templates.
Contributions are always welcome and greatly appreciated.
- Fork this Project
- Create your Feature Branch (
git checkout -b feature/AmazingTemplate
) - Commit your Changes (
git commit -m 'Add some AmazingTemplate'
) - Push to the Branch (
git push origin feature/AmazingTemplate
) - Open a Pull Request
The Topcoder Platform Team - support@topcoder.com