Thanks for wanting to contribute to this project ❤️.
This project accepts contributions. In order to contribute, you should pay attention to a few things:
- Your code must follow the coding style rules
- Your code must be fully documented
- Your code must have acceptance test
- Your new resource needs to be imported by the user
- Please test your new resources, datasources and acceptance tests
- GitHub Pull Requests
- Code must be formatted with
make fmt
command - Documentation must be created with
make doc
command
- Each resource and/or datasource need to have an acceptance test
- Acceptance tests must be run and must pass
- Don't forget to add or modify existing sweeper method if you think the acceptance tests may leave orphan resources on failure
The contributions should be submitted through new GitHub Pull Requests.