Skip to content

Commit 78dfc0f

Browse files
authored
Create a PR template (#515)
Created a baseline PR template for contributors to describe their changes via a uniform submission form.
1 parent acac90f commit 78dfc0f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Description
2+
> Provide details of the change, and generalize the change in the PR title above.
3+
4+
[replace this line]: # (Describe your changes in detail.)
5+
***
6+
### Testing
7+
> Describe how you've tested these changes. Link any manually triggered `Integration tests` or `CPP binary SDK Packaging` Github Action workflows, if applicable.
8+
9+
10+
[replace this line]: # (Describe your testing in detail.)
11+
***
12+
13+
### Type of Change
14+
Place an `x` the applicable box:
15+
- [ ] Bug fix. Add the issue # below if applicable.
16+
- [ ] New feature. A non-breaking change which adds functionality.
17+
- [ ] Other, such as a build process or documentation change.
18+
***
19+
20+
#### Notes
21+
- Bug fixes and feature changes require an update to the `Release Notes` section of `release_build_files/readme.md`.
22+
- Read the contribution guidelines [CONTRIBUTING.md](https://github.com/firebase/firebase-cpp-sdk/blob/main/CONTRIBUTING.md).
23+
- Changes to the public API require an internal API review. If you'd like to help us make Firebase APIs better, please propose your change in a feature request so that we can discuss it together.

0 commit comments

Comments
 (0)