Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.86 KB

CONTRIBUTING.md

File metadata and controls

33 lines (24 loc) · 1.86 KB

Contributing to True Digtial's Frontend

By following this guide to contributing, we can make sure that everything is up to scratch, everything is formatted properly, and we are posting bug reports, feature requests, and questions in the proper area.

Bug reports, feature requests, and questions

Here is a rough outline of where you should post any given issue, question or contribution:

Feature Requests

Do you think that there should be something in True Digtial's Frontend that isn't already included?

If you are unsure of whether or not your feature would be a good fit for the framework, posting in GitHub Issues and tagging it idea will help us filter your feature request and evaluate the idea.

Contributing

  1. Fork us
  2. Create a feature branch
  3. Match the style of the code
  4. Test any and all changes you make or implement.
  5. Commit changes
  • Note: If you're referencing a GitHub issue in your commit, please preface the commit with [ref: #000] where 000 is the issue number.
  1. Push to your feature branch
  2. Create a new Pull Request
  3. ???
  4. Profit