Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 922 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 922 Bytes

Contributing

Getting started

Read the readme.md file.

Issues

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.

Contributing to code

  1. Fork the repository.
  2. Create a working branch and work on your changes.
  3. Commit the changes once you are happy with them.
  4. When you're finished with the changes, create a pull request, also known as a PR.

Versioning

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:

  1. Create a tag with the version for the commit.
  2. Create a release with the tag and version. This will also generate release notes.
  3. Pack a nuget package with the version specified.
  4. Publish the nuget package.