Skip to content

Contribute

MoeMoola3 edited this page Oct 27, 2022 · 1 revision

To contribute to Image-Converter follow the guidelines below

Code of Conduct

  • Use respectable language.
  • Please do not publish private information.
  • Be respectful of other contributor's viewpoints.
  • Please do not make political or personal attacks.

Coding standards

Branch organization

  • Fork the repo and create your branch from develop.
  • All pull requests will be made to the develop branch.
  • When creating a new branch follow the convention "feature/example".
  • After creating desired changes make a pull request to the develop branch.

Project Branch Structure

.
├── main                    
│   ├── develop              
│   |   ├── feature/automate-tests             
│   |   ├── feature/back-end-github-actions            
│   |   ├── feature/front-end-workflows 
|   |   ├── feature/smoothing-template-matching
|   |   ├── feature/database-tests
│   |   └── ...                 
|   └── ...
└── ...

Bugs

Github issues are used for reporting bugs. Project Board (Github)
Please make the issues as descriptive as possible and use all the required tags associated with the card.