Thank you for considering contributing to the KOSASIH project! We appreciate your interest and are excited to collaborate with you. Please follow the guidelines below to ensure a smooth contribution process.
-
Fork the Repository
- Click the "Fork" button at the top right of the repository page to create your own copy of the repository.
-
Clone Your Fork
- Clone your forked repository to your local machine:
git clone https://github.com/KOSASIH/.github.git
- Clone your forked repository to your local machine:
-
Create a New Branch
- Create a new branch for your feature or bug fix:
git checkout -b your-feature-branch
- Create a new branch for your feature or bug fix:
-
Make Your Changes
- Make your changes in your local repository. Ensure that your code adheres to the project's coding standards and conventions.
-
Commit Your Changes
- Commit your changes with a clear and descriptive commit message:
git commit -m "Add a brief description of your changes"
- Commit your changes with a clear and descriptive commit message:
-
Push to Your Fork
- Push your changes to your forked repository:
git push origin your-feature-branch
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to the original repository and click on the "Pull Requests" tab. Click the "New Pull Request" button and select your branch. Provide a clear description of your changes and submit the pull request.
- Code Style: Please follow the existing code style and conventions used in the project. Consistency is key!
- Documentation: If you add new features or make changes, please update the documentation accordingly.
- Testing: Ensure that your changes are covered by tests. Run the existing tests to verify that everything is working as expected.
- Issue Tracking: If you are fixing a bug, please reference the issue number in your pull request description (e.g., "Fixes #123").
By participating in this project, you agree to abide by our Code of Conduct. We are committed to providing a welcoming and inclusive environment for all contributors.
If you have any questions or need assistance, feel free to open an issue or reach out to the maintainers.
Thank you for contributing to the KOSASIH project!