Skip to content

Commit

Permalink
Adding Contributing section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Oxtoby committed Apr 26, 2020
1 parent 8b2cea9 commit 1034467
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,11 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
}
```

See the `SlackNet.EventsExample` project for more detail.
See the `SlackNet.EventsExample` project for more detail.


## Contributing
Contributions are welcome. Currently, changes must be made on a feature branch, otherwise the CI build will fail.

Slack's API is large and changes often, and while their documentation is very good, it's not always 100% complete or accurate, which can easily lead to bugs or missing features in SlackNet.
Raising issues or submitting pull requests for these sorts of discrepencies is highly appreciated, as realistically I have to rely on the documentation unless I happen to be using a particular API myself.

0 comments on commit 1034467

Please sign in to comment.