Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit aa87b22

Browse files
authored
Merge pull request #160 from bright-room/chore/distribute-common-files
chore: distribute common files
2 parents 992234f + 0b26d4f commit aa87b22

10 files changed

Lines changed: 178 additions & 79 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# >>> repository-fanout managed >>>
12
* @bright-room/br-maintainers
3+
# <<< repository-fanout managed <<<

.github/CODE_OF_CONDUCT.md

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ We as members, contributors, and leaders pledge to make participation in our
66
community a harassment-free experience for everyone, regardless of age, body
77
size, visible or invisible disability, ethnicity, sex characteristics, gender
88
identity and expression, level of experience, education, socio-economic status,
9-
nationality, personal appearance, race, religion, or sexual identity
10-
and orientation.
9+
nationality, personal appearance, race, caste, color, religion, or sexual
10+
identity and orientation.
1111

1212
We pledge to act and interact in ways that contribute to an open, welcoming,
1313
diverse, inclusive, and healthy community.
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
- Demonstrating empathy and kindness toward other people
21-
- Being respectful of differing opinions, viewpoints, and experiences
22-
- Giving and gracefully accepting constructive feedback
23-
- Accepting responsibility and apologizing to those affected by our mistakes,
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
- Focusing on what is best not just for us as individuals, but for the
26-
overall community
25+
* Focusing on what is best not just for us as individuals, but for the overall
26+
community
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
33-
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
36-
- Other conduct which could reasonably be considered inappropriate in a
30+
* The use of sexualized language or imagery, and sexual attention or advances of
31+
any kind
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email address,
35+
without their explicit permission
36+
* Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities
@@ -59,8 +59,9 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
https://bsky.app/profile/bright-room.net.
62+
reported to the project maintainers responsible for enforcement through GitHub's
63+
private vulnerability reporting (the "Report a vulnerability" button in the
64+
repository's Security tab).
6465
All complaints will be reviewed and investigated promptly and fairly.
6566

6667
All community leaders are obligated to respect the privacy and security of the
@@ -82,15 +83,15 @@ behavior was inappropriate. A public apology may be requested.
8283

8384
### 2. Warning
8485

85-
**Community Impact**: A violation through a single incident or series
86-
of actions.
86+
**Community Impact**: A violation through a single incident or series of
87+
actions.
8788

8889
**Consequence**: A warning with consequences for continued behavior. No
8990
interaction with the people involved, including unsolicited interaction with
9091
those enforcing the Code of Conduct, for a specified period of time. This
9192
includes avoiding interactions in community spaces as well as external channels
92-
like social media. Violating these terms may lead to a temporary or
93-
permanent ban.
93+
like social media. Violating these terms may lead to a temporary or permanent
94+
ban.
9495

9596
### 3. Temporary Ban
9697

@@ -109,20 +110,24 @@ Violating these terms may lead to a permanent ban.
109110
standards, including sustained inappropriate behavior, harassment of an
110111
individual, or aggression toward or disparagement of classes of individuals.
111112

112-
**Consequence**: A permanent ban from any sort of public interaction within
113-
the community.
113+
**Consequence**: A permanent ban from any sort of public interaction within the
114+
community.
114115

115116
## Attribution
116117

117118
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118-
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
119+
version 2.1, available at
120+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120121

121-
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122-
enforcement ladder](https://github.com/mozilla/diversity).
123-
124-
[homepage]: https://www.contributor-covenant.org
122+
Community Impact Guidelines were inspired by
123+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
125124

126125
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
126+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
127+
[https://www.contributor-covenant.org/translations][translations].
128+
129+
[homepage]: https://www.contributor-covenant.org
130+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131+
[Mozilla CoC]: https://github.com/mozilla/diversity
132+
[FAQ]: https://www.contributor-covenant.org/faq
133+
[translations]: https://www.contributor-covenant.org/translations
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug Report
2+
description: Report a bug to help us improve
3+
labels:
4+
- "Type: Bug"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to file a bug report. Please fill in the details below.
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: A clear and concise description of the bug.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: reproduction
19+
attributes:
20+
label: Steps to reproduce
21+
description: How can we reproduce the behavior?
22+
placeholder: |
23+
1. ...
24+
2. ...
25+
3. ...
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: expected
30+
attributes:
31+
label: Expected behavior
32+
description: What did you expect to happen?
33+
validations:
34+
required: false
35+
- type: textarea
36+
id: environment
37+
attributes:
38+
label: Environment
39+
description: Relevant versions, OS, and configuration.
40+
validations:
41+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Questions & Discussions
4+
url: https://github.com/bright-room/endpoint-gate/discussions
5+
about: For questions and general discussion, please use Discussions.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Feature Request
2+
description: Suggest an idea or enhancement
3+
labels:
4+
- "Type: Enhancement"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for suggesting an improvement. Please describe your idea below.
10+
- type: textarea
11+
id: problem
12+
attributes:
13+
label: Problem / motivation
14+
description: What problem does this solve? Why is it needed?
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: proposal
19+
attributes:
20+
label: Proposed solution
21+
description: What would you like to happen?
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: alternatives
26+
attributes:
27+
label: Alternatives considered
28+
description: Other approaches you have thought about.
29+
validations:
30+
required: false

.github/SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Security Policy
2+
3+
Please do not report security vulnerabilities through public issues.
4+
Use GitHub's private vulnerability reporting ("Report a vulnerability" in the Security tab) instead.

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Summary
2+
3+
<!-- What does this PR change, and why? -->
4+
5+
## Changes
6+
7+
-
8+
9+
## Checklist
10+
11+
- [ ] The change is tied to a specific requirement or issue
12+
- [ ] Tests pass and new behavior is covered
13+
- [ ] Documentation is updated if needed
14+
15+
## Related Issues
16+
17+
<!-- e.g. Closes #123 -->

.gitignore

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,49 @@
1+
# >>> repository-fanout managed >>>
2+
### JetBrains IDEs ###
3+
.fleet/
4+
.idea/
5+
*.iws
6+
*.iml
7+
*.ipr
8+
9+
### VSCode ###
10+
.vscode/
11+
12+
### OS ###
13+
.DS_Store
14+
**/.DS_Store
15+
Thumbs.db
16+
17+
### env ###
18+
.env*
19+
!.env.example
20+
21+
### AI agents ###
22+
.claude/settings.local.json
23+
.claude/worktrees/
24+
CLAUDE.local.md
25+
26+
### Logfiles ###
27+
log/*
28+
!log/.gitkeep
29+
30+
### Tempfiles ###
31+
.tmp/
32+
tmp/*
33+
!tmp/.gitkeep
34+
35+
### Misc ###
136
HELP.md
2-
.gradle
37+
38+
### gradle ###
39+
.gradle/
340
build/
41+
local.properties
42+
# <<< repository-fanout managed <<<
443
!gradle/wrapper/gradle-wrapper.jar
544
!**/src/main/**/build/
645
!**/src/test/**/build/
7-
8-
### STS ###
9-
.apt_generated
10-
.classpath
11-
.factorypath
12-
.project
13-
.settings
14-
.springBeans
15-
.sts4-cache
1646
bin/
1747
!**/src/main/**/bin/
1848
!**/src/test/**/bin/
19-
20-
### IntelliJ IDEA ###
21-
.idea
22-
*.iws
23-
*.iml
24-
*.ipr
2549
out/
26-
!**/src/main/**/out/
27-
!**/src/test/**/out/
28-
29-
### NetBeans ###
30-
/nbproject/private/
31-
/nbbuild/
32-
/dist/
33-
/nbdist/
34-
/.nb-gradle/
35-
36-
### VS Code ###
37-
.vscode/
38-
39-
### AI agents ###
40-
/.claude/outputs/
41-
.claude/settings.local.json

renovate.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
5-
"group:springBoot"
6-
],
7-
"timezone": "Asia/Tokyo",
8-
"schedule": ["before 9am on saturday"],
9-
"labels": ["Kind: Dependencies"],
10-
"prConcurrentLimit": 0,
11-
"prHourlyLimit": 0,
12-
"separateMinorPatch": true,
13-
"automerge": false,
14-
"minimumReleaseAge": "7 days",
15-
"automerge": true,
16-
"major": {
17-
"minimumReleaseAge": "14 days",
18-
"automerge": false
19-
}
4+
"github>bright-room/renovate-config",
5+
"github>bright-room/renovate-config:java"
6+
]
207
}

0 commit comments

Comments
 (0)