title | description | date |
---|---|---|
Add New Developer Tools To DevToolset |
How to add new developer tools to DevToolset |
2024-08-14T13:14:40.737Z |
Follow these steps to add new developer tools to DevToolset.
- 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
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.
- 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.