Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

53 lines (30 loc) · 1.78 KB

Contributing

What should I contribute?

If you head over to the the todo part of the README page, you can see what is next for Life Calendar. Each feature has some tags describing its difficulty, implementation, and community support, and bugs clearly state what issues there are.

Issues

Issues are very valuable to this project.

  • Ideas are a valuable source of contributions others can make
  • Problems show where this project is lacking
  • With a question you show where contributors can improve the user experience

Thank you for creating them.

Pull Requests

Pull requests are a great way to get your ideas into this repository.

When deciding if I merge in a pull request I look at the following things:

Does it state intent?

You should be clear which problem you're trying to solve with your contribution.

For example:

Add link to code of conduct in README.md

Doesn't tell me anything about why you're doing that

Add link to code of conduct in README.md because users don't always look in the CONTRIBUTING.md

Tells me the problem that you have found, and the pull request shows me the action you have taken to solve it.

Is it of good quality?

  • There are no spelling mistakes
  • It reads well
  • For English language contributions: Has a good score on Grammarly or Hemingway App

Does it move this repository closer to Life Calendar's aims?

The aims of Life Calendar are to:

  • Inform and educate users about their life
  • Encourage productivity and motivation of users
  • Provide a slick, easy-to-use user interface

Does it follow the Contributor Covenant?

This repository has a Code of Conduct, pull requests that do not conform to it will be removed.