Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 698 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 698 Bytes

Contributing to this repository

Introduction

  • This winforms application is built with .NET 6

Have a new feature request or see a bug?

Create a new issue! On the issue we can discuss the problem and assign the work.

Ready to contribute?

  1. Comment on the issue to claim it
  2. Create a fork of the repo
  3. Create new branch as status-issue-id ( Exp: fix-issue-15)
  4. Work on your fork, then open a pull request. Tag the issue in your pull request
  5. Your PR will be reviewed, and if it is approved it will be merged into master

NOTE: Follow the Semantic Commit Messages when you commit your changes.