Skip to content

Commit

Permalink
Add pull request template for improved contribution guidelines (#33)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

* CSharpier format

---------

Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
guibranco and gstraccini[bot] authored Aug 30, 2024
1 parent 7bd3a3a commit d1d4552
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
<!-- Issues are required for both bug fixes and features. -->
Resolves #ISSUE_NUMBER

----

### Before the change?
<!-- Please describe the current behavior that you are modifying. -->

*

### After the change?
<!-- Please describe the behavior or changes that are being added by this PR. -->

*

### Pull request checklist
- [ ] Tests for the changes have been added (for bug fixes/features)
- [ ] Docs have been reviewed and added/updated if needed (for bug fixes/features)

### Does this introduce a breaking change?
<!-- If this introduces a breaking change, make sure to note it here and what the impact might be -->

- [ ] Yes
- [ ] No

----
2 changes: 1 addition & 1 deletion Src/RpcClient/Domain/OrderStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public enum OrderStatus
/// <summary>
/// The declined
/// </summary>
Declined
Declined,
}
2 changes: 1 addition & 1 deletion Src/RpcWorker/Domain/OrderStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public enum OrderStatus
/// <summary>
/// The declined
/// </summary>
Declined
Declined,
}

0 comments on commit d1d4552

Please sign in to comment.