Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (34 loc) · 3.02 KB

CONTRIBUTING.md

File metadata and controls

55 lines (34 loc) · 3.02 KB

Contributing to 0x Tracker

Thank you for taking the time to contribute to a 0x Tracker project!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

How to contribute

Improve documentation

Typo corrections, error fixes, better explanations, more examples etc. Open an issue regarding anything that you think it could be improved! You can use the documentation label to find out what others have suggested!

Improve issues

Sometimes reported issues lack information, are not reproducible, or are even plain invalid. Help us out to make them easier to resolve. Handling issues takes a lot of time that we could rather spend on fixing bugs and adding features.

Give feedback on issues

We're always looking for more opinions on discussions in the issue tracker. It's a good opportunity to influence the future direction of the project.

The question label is a good place to find ongoing discussions.

Write code

You can use issue labels to discover issues you could help us out with!

  • feature request issues are features we are open to including
  • bug issues are known bugs we would like to fix
  • future feature issues are those that we'd like to get to, but not anytime soon. Please check before working on these since we may not yet want to take on the burden of supporting those features
  • on the help wanted label you can always find something exciting going on

You may find an issue is assigned. Please double-check before starting on this issue because somebody else is likely already working on it

Say hi

Come over and say hi anytime you feel like on Spectrum.

Submitting an issue

  • Search the issue tracker before opening an issue
  • Use a descriptive title
  • Include as much information as possible;
    • Steps to reproduce the issue
    • Error message
    • Operating system etc

Submitting a pull request

  • Non-trivial changes are often best discussed in an issue first, to prevent you from doing unnecessary work
  • If this is your first time submitting to an Open Source project then read the Github guide to opening a pull request
  • Use a descriptive title for the pull request and commits
  • Follow the pull request template for writing a description
  • You might be asked to do changes to your pull request, please update your existing PR rather than creating a new one

Inspired by Signale's contributing.md