Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.41 KB

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Getting Started

When contributing to this repository, please first discuss the change you wish to make via issue, email, Nostr dm or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Reporting

Use one of the issue template to create either a bug or feature request.

  1. Create bug issue
  2. Create feature request issue

Development

  1. Please fork the repo and use the Readme to setup your local environment
  2. Create your Branch (git checkout -b feature/AmazingFeature) use keywords to
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Recommended links to review before contributing to development

(back to top)