-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init add
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
# Purpose | ||
<!-- | ||
Please describe the purpose of this pull request. | ||
If for an enhancment please go beyond just saying "adding fuctionality X" and add a reason/use case for the functionality. | ||
--> | ||
|
||
# Breaking? | ||
Yes / No | ||
|
||
<!-- If YES, uncomment this | ||
## Whats Breaking and why? | ||
--> | ||
<!-- | ||
If this change breaks anything, whether by removing functionality/api or changing the default behavior/configuration of existing functionality/api, | ||
then please list out what will break and why its worth it. | ||
--> | ||
|
||
# Integration Testing | ||
<!-- | ||
Integration testing is key for changes to this library. | ||
Please link to relevant workflow runs using these changes to demonstrate the changes in context. | ||
--> | ||
* [Everything]() | ||
* [Typical]() | ||
* [Minimal]() |