Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

41 lines (33 loc) · 1.91 KB

Contributing to happy

First off, thanks for your interest in contributing to this project! I appreciate the contributions of all types. See the table of contents for different ways to help and details about this project. These are mostly guidelines, not rules. So, use your best judgment, and feel free to propose changes, including in this document.

Table Of Contents

What should I know before I get started?

How Can I Contribute?

Styleguides

What should I know before I get started?

Happy is an application that connects people to orphanages to make the day of children happier.

How Can I Contribute?

Reporting bugs

If you run into an error or bug with the project:

  • Open an issue at https://github.com/lobophf/happy/issues
  • Include reproduction steps that someone else can follow to recreate the bug or error on their own.
  • Provide details like the operating system, and web browser used.

Developing happy

Well, this application was developed only for training in a Bootcamp. So I have no plans to add new features and would like to keep it untouched. However, if you want to contribute by fixing bugs or grammar mistakes, just fork this repository, create a side branch and open a pull request.

Styleguides

Git Commit Messages

To write commits messages, it would be nice if you used the template available in this repository. You can easily configure it using the command below:

$ git config --local commit.template docs/.git-commit-template.txt

So, when you create a commit, don't use the -m or --message option. Just type the command below and wait for your editor to open. The template file contains other instructions. When you finished, save and close the file.

$ git commit