Please read these guidelines carefully before opening a pull request, as they contain important information on how we process pull requests.
If you'd like to propose a new feature, but aren't comfortable with programming in Go, please join the
support server and view the instructions in the #suggestions
channel.
Before creating a new suggestion, make sure it hasn't already been suggested or pull requested. Also check closed pull requests for that matter.
For opening pull requests, the following steps apply:
- Fork the repository
- Clone your fork
- Make your changes on a new branch stemming from
master
$ git switch -c my-branch master
- Commit your changes
- Open a pull request against the
dev
branch.
Your commit messages and/or PR titles should be descriptive. Something like "Update README" isn't exactly helpful. Please provide a small description of your patch as well, even if it's a rather trivial change.