Welcome to Codenight Developers! We're thrilled that you're considering contributing to this open-source project. By contributing, you help improve the project for everyone. This document outlines some guidelines and information to make the contribution process smooth and effective.
If you want to add new category or want to add new feature, please create an issue first. This will help us to understand your idea and we can discuss about it. To create an issue:
- Go to the Issues tab.
- Click on the "New Issue" button.
- Fill in the details including a descriptive title, the context, steps to reproduce (if applicable), and any supporting information.
To contribute changes to the project:
- Fork the repository to your GitHub account.
- Create a new branch (
git checkout -b feature/add-new-feature). - Add your details in the appropriate folder and name the file as
your_github_username.md. DON'T CHANGE any json file. - Make sure to follow the same format as other files and don't add a lot of details.
- Commit your changes (
git commit -am 'Name added to Category X'). - Push to your branch (
git push origin feature/add-new-feature). - Open a pull request (PR) to the
mainbranch.
When opening a PR, please ensure the following:
- Provide a clear title like Add [Your Name] to [Category].
- Reference related issues if applicable (e.g., "Fixes #12").
- Ensure the files follows the project's coding style and guidelines.
- Don't Create a new folder if you want that folder to be created, please create an issue first.
All PRs will be reviewed by project maintainers. Feedback and changes may be requested. Please respond to comments and update the PR as necessary.
Please note that this project follows a Code of Conduct. By participating, you are expected to uphold this code.
We appreciate your interest and contributions to Codenight Developers. Your efforts help improve the project and make it better for everyone. Thank you for being a part of this community!
If you have any questions or need assistance, feel free to reach out to us.