Skip to content

Commit

Permalink
Added contribution section.
Browse files Browse the repository at this point in the history
khmarbaise committed May 1, 2019
1 parent b472009 commit f3e2d71
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,3 +21,21 @@ Supported platforms:
* Windows NT (Windows 9x is NOT supported)
* Java Service Wrapper (JSW)

## Contributing

The first step is to create an appropriate [issue][issues]. Describe the
problem/idea you have and create an appropriate pull request.

Furthermore please get your commit message look like this:

```
Fixed #IssueNumber - Head line of the issue
o Optional explanations if needed
```

Squash your pull request into a single commit to make
the later history easier to read. Apart from that
please check that all tests are working.


[issues]: https://github.com/mojohaus/appassembler/issues

0 comments on commit f3e2d71

Please sign in to comment.