Skip to content

Commit 1d2e355

Browse files
committed
🔀 Merge .github/PULL_REQUEST_TEMPLATE.md from FCP-INDI/.github
2 parents 58c501d + 22bca19 commit 1d2e355

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
## Fixes
2+
<!-- If PR doesn't fully resolve the issue, replace 'Fixes' below with 'Related to'. -->
3+
<!-- If there is no issue being resolved, open one before creating this pull request. -->
4+
<!-- The square brackets in the template represent something for you to replace. For example, you might change "Fixes #[issue number]" to "Fixes #1". -->
5+
Fixes #[issue number] by @[original issue author]
6+
7+
## Description
8+
<!-- Concisely describe what the pull request does. -->
9+
10+
## Technical details
11+
<!-- Add any other information or technical details about the implementation; or delete the section entirely. -->
12+
13+
## Tests
14+
<!-- Give steps for the reviewer to verify that this PR fixes the problem; or delete the section entirely. -->
15+
16+
## Screenshots
17+
<!-- Add screenshots to show the problem and the solution; or delete the section entirely. -->
18+
19+
## Checklist
20+
<!-- Replace the [ ] with [x] to check the boxes. -->
21+
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`).
22+
- [ ] My pull request targets the `develop` branch of the repository. <!-- Change this branch if you're targeting a branch other than `develop` -->
23+
- [ ] My commit messages follow best practices.
24+
- [ ] My code follows the established code style of the repository.
25+
- [ ] I added tests for the changes I made (if applicable).
26+
- [ ] I updated the changelog.
27+
- [ ] I added or updated documentation (if applicable).
28+
- [ ] I tried running the project locally and verified that there are no visible errors.
29+
30+
## Developer Certificate of Origin
31+
<!-- You must read and understand the following attestation. -->
32+
33+
<details>
34+
<summary>Developer Certificate of Origin</summary>
35+
36+
```
37+
Developer Certificate of Origin
38+
Version 1.1
39+
40+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
41+
1 Letterman Drive
42+
Suite D4700
43+
San Francisco, CA, 94129
44+
45+
Everyone is permitted to copy and distribute verbatim copies of this
46+
license document, but changing it is not allowed.
47+
48+
49+
Developer's Certificate of Origin 1.1
50+
51+
By making a contribution to this project, I certify that:
52+
53+
(a) The contribution was created in whole or in part by me and I
54+
have the right to submit it under the open source license
55+
indicated in the file; or
56+
57+
(b) The contribution is based upon previous work that, to the best
58+
of my knowledge, is covered under an appropriate open source
59+
license and I have the right under that license to submit that
60+
work with modifications, whether created in whole or in part
61+
by me, under the same open source license (unless I am
62+
permitted to submit under a different license), as indicated
63+
in the file; or
64+
65+
(c) The contribution was provided directly to me by some other
66+
person who certified (a), (b) or (c) and I have not modified
67+
it.
68+
69+
(d) I understand and agree that this project and the contribution
70+
are public and that a record of the contribution (including all
71+
personal information I submit with it, including my sign-off) is
72+
maintained indefinitely and may be redistributed consistent with
73+
this project or the open source license(s) involved.
74+
```
75+
76+
</details>

0 commit comments

Comments
 (0)