Files
micromdm/CONTRIBUTING.md
Victor Vrantchan 4e068a52bd CONTRIBUTING tweaks
2020-06-27 08:07:26 -04:00

25 lines
921 B
Markdown

First, thank you for contributing! MicroMDM is the work of many volunteers. We appreciate your help!
If you want to make major changes to this repository, please open an issue to discuss your proposed feature or enhancement first.
Please note we have a [code of conduct](./CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## Do you need to code?
MicroMDM needs to fill many non-technical roles to be successful. Some examples of non-technical work are:
- Marketing
- Design
- Project management
- Writing
- Supporting new users
## Go resources
Newcomers to Go often contribute changes to MicroMDM. Below are a few resources for learning Go.
- [Getting Started](https://learn.go.dev)
- [How to Write Go Code](https://golang.org/doc/code.html)
- [Go by Example](https://gobyexample.com)
- [Resources for new Go programmers](https://dave.cheney.net/resources-for-new-go-programmers)