Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

64 lines (41 loc) · 1.53 KB

How to contribute?

Thank you so much for showing interest in the project.

We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a collaborator

What should I know before I get started?

  • Basic knowledge of React.js and Express.js
  • Ability to use Git and Github
  • Willingness to learn more
  • UI/UX skills are appreciable but not mandatory

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests.

How to contribute:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/BossY

3. Navigate to the project directory.

cd BossY

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

8. Create a Pull Request!

Congratulations! Sit and relax till we review your PR, you've made your contribution to BossY project.

We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!