This repository contains a README
example that can serve as a template for developers to copy and make their own.
This part is very important, it should give enough context for anyone to learn how this repository is used and its purpose.
Some things to consider while writing this part of the readme are:
- Describe what your repository accomplishes.
- What technologies are used in this repository.
- Enumerate the features or use cases covered by this repository.
- Point out if there is any CI related to this repository,
This part coverts the steps required to start working with this repository, it can have a list of prerequisites and even commands you may need to execute to get your workstation ready
Example:
Use the package manager pip to install foobar.
pip install foobar
Add the instructions to run your unit tests, it works best if you include code blocks so future collaborators can copy/paste your code.
# Run all unit tests
go test ./...
Cover the process for collaborators to contribute their changes to this repository.
example:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.