Read the readme.md file.
If you encounter an issue, first search and see if an issue already exists. If an issue doesn't exist, open a new issue using a relevant issue form.
- Fork the repository.
- Create a working branch and work on your changes.
- Commit the changes once you are happy with them.
- When you're finished with the changes, create a pull request, also known as a PR.
Remember to bump the version depending on breaking, feature or patch in every pull request
Bump the major, minor or patch version in Vipps.net.csproj's fields named 'Version'.
The pipeline will on every push to main:
- Create a tag with the version for the commit.
- Create a release with the tag and version. This will also generate release notes.
- Pack a nuget package with the version specified.
- Publish the nuget package.