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:

    1. Fork Repository and Create a Branch

      • Fork this repository to your GitHub account.
      • Create a new branch from the main branch in your repository.
    2. 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

    1. Clone the repository.
      git clone https://github.com/nuflakbrr/frontend-template.git
    
    1. Create new branch.
      git checkout -b template-name
    
    1. Create new template.

    2. Push to the branch.

      git push origin template-name
    

    Backend

    1. Clone the repository.
      git clone https://github.com/nuflakbrr/backend-template.git
    
    1. Create new branch.
      git checkout -b template-name
    
    1. Create new template.

    2. 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!