Contribution Guide
Learn how to contribute to our project.
Welcome to the Contribution Guide
section. We appreciate your interest in contributing to our project. This guide will help you get started with the contribution process and provide you with all the information you need to make a meaningful contribution.
Our project is open-source, and we welcome contributions from the community. Whether you're a developer, designer, or writer, there are many ways you can contribute to our project. This guide will help you understand the contribution process and provide you with the necessary information to get started.
Our Development Process
We use GitHub to sync code to and from our internal repositories. We will use GitHub to track issues and feature requests, as well as accept pull requests.
Pull Requests
We welcome pull requests from you. To contribute to this project, follow these steps:
-
Fork Repository and Create a Branch
- Fork this repository to your GitHub account.
- Create a new branch from the
main
branch in your repository.
-
Commit, Push, and Pull-Request
- Commit your changes with a clear description.
- Push your commit to a branch in your GitHub repository.
- Submit a pull-request from your branch to the
main
branch in this repository.
We will review the pull request and respond as soon as possible. Thank you for your contribution to making BikinProject grow!
Be sure to follow these steps carefully to ensure your contribution can be integrated smoothly into the project. If you have any further questions, please feel free to ask.
Issues
We use GitHub issues to track public bugs. Make sure your description is clear and has enough instructions to reproduce the issue. If possible, provide a minimal demo of the issue.
Issue Management
Here are some tags we use to organize issues in this repository:
good first issue
- A good candidate for new contributors to the project.bug
- A problem has been detected, and needs to be fixed.help wanted
- An issue that needs to be addressed and we welcome pull requests for, but may require significant investigation or work.support
- A request for help with a concept or piece of code, but not a project issue.enhancement
- A request for a new feature.discussion
- An issue where people discuss approaches and ideas for things.question
- A question specifically for maintainers.documentation
- Related to improving the project documentation.
Added New Templates
Frontend
- Clone the repository.
git clone https://github.com/nuflakbrr/frontend-template.git
- Create new branch.
git checkout -b template-name
-
Create new template.
-
Push to the branch.
git push origin template-name
Backend
- Clone the repository.
git clone https://github.com/nuflakbrr/backend-template.git
- Create new branch.
git checkout -b template-name
-
Create new template.
-
Push to the branch.
git push origin template-name
License
By contributing to BikinProject, you agree that your contributions will be licensed under the MIT LICENSE.
Conclusion
Thank you for choosing BikinProject for your project. We hope BikinProject helps you get started with your project quickly and easily. If you have any questions or need help, feel free to contact us. Happy Coding!