-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0864e
commit 4a012af
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See the contributing guide in the [docs](https://citric.readthedocs.io/en/latest/contributing/code-of-conduct.html) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Summary | ||
|
||
<!-- What's the purpose of the change? What does it do, and why? --> | ||
|
||
## Test Plan | ||
|
||
<!-- How was it tested? --> | ||
|
||
## Checklist | ||
|
||
<!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. --> | ||
|
||
- [ ] My pull request has a descriptive title. | ||
- [ ] I have read the [CONTRIBUTING] guide. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] If appropriate, I have added necessary documentation. | ||
- [ ] For user-facing changes, refactorings, performance improvements or documentation updates, I have added a changelog entry using the [Changie] tool. | ||
|
||
For both the title of the PR and the changelog entry, prefer simple past tense or constructions with "now". For example: | ||
|
||
- Added `Client.invite_participants()` | ||
- `Client.user_activation_settings()` now accepts a `user_activation_settings` keyword argument | ||
|
||
[CONTRIBUTING]: https://citric.readthedocs.io/en/latest/contributing/code-of-conduct.html | ||
[Changie]: https://changie.dev/ |