8/14/2024
How to add new developer tools to DevToolset
Adding New Developer Tools to DevToolset
Follow these steps to add new developer tools to DevToolset.
Step 1: Add the New Developer Tool
- Open the DevToolset repository: DevToolset
- Open the relevant JSONC file in
/data/json/[locale]/tools/{category}.jsonc
. - Insert the new developer tool into the file.
- If the
{category}.jsonc
file doesn’t exist, follow these steps:- Add the new category to
/data/json/[locale]/tools/category.jsonc
. - Copy
/data/json/[locale]/tools/example.jsonc
to the new location/data/json/[locale]/tools/{category}.jsonc
. - Add the developer tool to this newly created file.
- Add the new category to
Step 2: Commit Your Changes and Submit a Pull Request
PR Checklist
Before submitting your PR, please ensure you have completed the following:
- [ ] name: Provide a brief title describing the tool or data you added.
- [ ] description: Clearly state what tool or data was added and in which category.
- [ ] url: Provide the url of the tool.
- [ ] Data Sorting: Ensure all data in the modified JSON file is sorted alphabetically.
- [ ] No Affiliate Links: Confirm that no affiliate links have been added.
- [ ] Relevant Tools Only: Ensure that only development-related tools are included.
Important Notes:
- Ensure all entries are sorted alphabetically; they will be displayed in this order on the site.
- Do not include affiliate links.
- Do not submit tools that are unrelated to development.