Skip to content

Latest commit

Β 

History

History
62 lines (40 loc) Β· 1.37 KB

contributing.md

File metadata and controls

62 lines (40 loc) Β· 1.37 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 Firebase
  • 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/mansi35/FAMista.git 

3. Navigate to the project directory.

cd FAMista

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 FAMista project.