Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 1.54 KB

Contribution

Thank you so much for contributing to go-aas-proxy!

Filing an issue

If you find any strange behavior, bugs, or crashes in go-aas-proxy, please follow the steps below.

  1. Read README.md and check whether this is the intended behavior.
  2. Search for existing issues to see if it has been discussed in the past.

If there are any documents or discussions, please submit an issue from here.
If you can't follow the steps or are unsure, please feel free to file an issue.

Submitting changes

If you would like to merge a change, such as a bug fix or documentation update, into the mainstream, please submit a Pull Request on GitHub.

If you want to add a new feature, it is strongly recommended that you submit an issue for discussion before submitting a Pull Request. By discussing first, you can decide if the feature is needed and if you have a better approach before you start implementing it.

What should I know before I get started?

You will need some tools for development go-aas-proxy.

  • Go

go-aas-proxy is written in Go, so you will need a Go environment. It is recommended to use the latest stable Go.

Where do I start?

If you're feeling overwhelmed by contributions, it's easiest and safest to start by updating your documentation. For example, we can correct ambiguous parts of existing documents, correct typos, and proofread English grammar.

It is also a good idea to find issues that have not yet been untouched.