Skip to content

Commit

Permalink
Updated CONTRIBUTING.md to encourage contributors to use the new draft
Browse files Browse the repository at this point in the history
pull request feature and to provide full details on reported bugs.
  • Loading branch information
lni committed Feb 22, 2019
1 parent 4ce120f commit 4f09a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to Dragonboat

* Please read the included LICENSE file to understand the licensing and copyright arrangements.
* It is always good to raise an issue to discuss your proposed changes first.
* Please prepare some automated tests to cover your changes, use gofmt to format your Go code.
* When reporting a bug, please provide detailed steps on how the reported bug can be reproduced.
* It is always good to raise an issue or draft pull request to discuss your proposed changes first.
* Please prepare some automated tests to cover your changes, Go code should be formatted using gofmt.
* When reporting a bug, please provide detailed steps on how it can be reproduced, full execution log is also recommended. Reported bugs without enough supporting information will be closed.

0 comments on commit 4f09a25

Please sign in to comment.