Thank you for considering contributing to the All-in-Dev Open Source Project! Contributions help make this repository a valuable resource for developers worldwide. Whether you're fixing a typo, adding a new tool, or creating a whole new category, your help is appreciated.
You can help expand the repository by:
- Adding a new tool to an existing category.
- Creating a new category with relevant tools.
Steps:
- Fork the repository.
- Navigate to the appropriate section or create a new one.
- Add the tool with the following format:
- **Tool Name**: A brief description of the tool and its main use. - [Tool Link](https://example.com)
- Submit a pull request with your changes.
You can contribute by improving the descriptions, adding examples, or fixing typos in the existing documentation.
Steps:
- Fork the repository.
- Edit the relevant files with your improvements.
- Submit a pull request explaining the changes you've made.
If you encounter an issue or have ideas for new features:
- Open an issue in the repository.
- Provide as much detail as possible, including:
- Steps to reproduce bugs.
- Clear descriptions of your feature request.
- Relevant examples or use cases.
- Consistency: Follow the existing structure and style of the repository.
- Relevance: Ensure tools or categories are relevant to the scope of the project.
- Clarity: Use clear and concise language in documentation.
- Licensing: Only submit tools that comply with open-source licensing.
-
Fork the repository and create your branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add: Description of your changes"
-
Push your branch to your fork:
git push origin feature/your-feature-name
-
Open a pull request with a clear title and description.
Thank you for your contributions! Together, we can make this resource even better for the developer community.