Skip to content

Commit 35a9362

Browse files
authored
[ADMIN] Add file .github/repository-settings.md (#2392)
1 parent 5bf2f80 commit 35a9362

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/repository-settings.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Process
2+
3+
This file documents local admin changes for opentelemetry-cpp,
4+
per the community process: https://github.com/open-telemetry/community/blob/main/docs/how-to-configure-new-repository.md
5+
6+
Please note that the EasyCLA check **MUST** stay **REQUIRED**,
7+
it should never be disabled or bypassed, at the risk of tainting the repository.
8+
9+
# Guidelines
10+
11+
The best is to open a PR first that describes the change,
12+
so it can be discussed during review (maybe it is not needed,
13+
maybe there is an alternate solution, ...).
14+
15+
The PR must add a log entry in this file, detailing:
16+
17+
* the date the change is implemented
18+
* what is changed exactly (which setting)
19+
* a short rationale
20+
21+
Admin changes are then applied only when the PR is merged.
22+
23+
If for some reason a change is implemented in emergency,
24+
before a PR can be discussed and merged,
25+
a PR should still be prepared and pushed after the fact to
26+
describe the settings changed.
27+
28+
# Log of local changes
29+
30+
## 2023-11-03
31+
32+
Created log file `.github/repository-settings.md`, since admin permissions are now granted to maintainers.
33+
34+
See https://github.com/open-telemetry/community/issues/1727
35+
36+
No setting changed.
37+
38+

0 commit comments

Comments
 (0)