habra.
  • Introduction
  • Extensions
  • Contributing
  • 🚀Self-host
    • Cloning and installation
    • Running
  • 📂structure
    • How it renders
    • Styles
    • Redux store
    • Routing
    • Locales
Powered by GitBook
On this page
  • First things to do
  • Find tasks to do
  • Branching
  • Committing
  • Pull-requesting

Was this helpful?

Contributing

Here you can see the info about how to contribute to the project.

PreviousExtensionsNextCloning and installation

Last updated 4 years ago

Was this helpful?

First things to do

Follow and pages' contents. If you have done it already, go to the on GitHub and pick one you would like to work on. If you have an original idea, make a new issue and it will appear on the board.

Find tasks to do

You can either do something from the table or try to implement some new features from project board. Also, if you want to implement a new feature NOR fix a non-existent bug, you should create a and describe your problem. Add it to the board you need and follow next steps!

Branching

Add a new branch by running the following command:

git branch fix-39 # Here you have to pick a name. Here, for example, it is 'fix-39'

Switch to the newly created branch:

git checkout fix-39

Committing

When you are done, commit the code:

git add .
git commit -m "Fixes #39"

Commit command will automatically lint the code for you. Then you have to just push the code to the repo:

git push --set-upstream origin fix-39

Pull-requesting

Here you can just sit and relax - it needs some time to review all the beautiful changes you have made! When the process is done, your pull request will be merged to the master branch and fix-39 branch will be deleted.

Thank you in advance for contributing to the project!

Cloning and installation
Running
issues
Roadmap
Issues and Bugfixes
Roadmap
new issue