Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.02 KB

Contributing.md

File metadata and controls

43 lines (29 loc) · 2.02 KB

Minimal-Todo - Material To-Do App

Welcome, so you are thinking about contributing to Minimal-Todo? Awesome, this is a great place to start.

Get in Touch

If you are a first time contributor and want some help getting started feel free to send a private email to any of the following maintainers:

Help Wanted

If you have an error or support request

  • Read the error message and documentation.
  • Search existing issues, closed issues, and the internet first.
  • If the issue is with a dependency of this project, post on the dependency's repo.
  • If you can fix the issue, submit a PR 👍 💃 💃 🚀.
  • If the issue persists, post on the issue tracker. Include any information that could help others reproduce and fix.

If you have a feature proposal or want to contribute

  • Post your proposal on the issue tracker so we can review it together. Some proposals may not be a good fit for the project.
  • Contribute a PR.
  • Respond to code review.
  • Watch the PR be merged, and bathe in a job well done 🍦 👍 🐴 ✌️ 🌴.

Every piece of software is a work in progress. This project is the result of many hours of work contributed freely by myself and the many people that build the projects it depends on.

Please respect our time, effort, and good will. Issues with a demanding or entitled tone will be closed until reworded.

Git Essentials

Workflows can vary, but here is a very simple workflow for contributing a bug fix:

$ git clone [email protected]:myfork/Minimal-Todo.git
$ git remote add Minimal-Todo https://github.com/Minimal-Todo/Minimal-Todo.git
$ git checkout -b 121-issue-keyword master
$ git commit -m "(#121) - Description of what I had changed"