Update README.md

This commit is contained in:
Markus Hofknecht 2020-06-27 12:41:37 +02:00 committed by GitHub
parent f867894a1e
commit 68ef1f752a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,15 @@ If you are considering a feature, need guidance, or want to talk about an idea,
When contributing please respect the style used by the codebase and consider the following rules:
* Run FixCop.
* Increase the version in the assembly file.
*Add a commit message like: IssueTitle (#xx), IssueTitle (#xx), version x.x.x.x .
* Add a commit message like:
```
#79, #114, #115, #116, version 0.11.1.9
[Feature] Take RowHeight from main menu #116
[Feature] Show icon in taskbar when application is running #115
[Feature] Add outer frame to selection #114
[Bug] Screen Changes #79
```
* Commit either directly to the master branch or create a new branch if you are not sure with your changes
https://guides.github.com/activities/hello-world/.
* Update the issue and set the status to closed.