Skip to content

Commit 351712e

Browse files
Initial commit
0 parents  commit 351712e

File tree

202 files changed

+26849
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+26849
-0
lines changed

.coderabbit.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
reviews:
3+
profile: "assertive"
4+
review_status: true
5+
auto_review:
6+
enabled: true
7+
auto_incremental_review: true
8+
tools:
9+
pmd:
10+
enabled: false
11+
eslint:
12+
enabled: false
13+
finishing_touches:
14+
docstrings:
15+
enabled: false # needs to be disabled as it collides with the PR require checklist functionality (workflow in .github/workflows/pr-checklist.yml)

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# All text files (* text=auto) should use the Unix line break (eol=lf) when commiting
2+
* text=auto eol=lf

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These owners will be the default owners for everything in the repo.
2+
* @it-at-m/refarch-maintainer
3+
4+
# Protect CODEOWNERS file itself against modification
5+
/.github/CODEOWNERS @it-at-m/refarch-admin
6+
7+
# Work from SPS-Team
8+
/.github/workflows @it-at-m/sps @it-at-m/refarch-maintainer

.github/CODE_OF_CONDUCT.md

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, caste, color, religion, or sexual
10+
identity and orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
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,
24+
and learning from the experience
25+
* Focusing on what is best not just for us as individuals, but for the overall
26+
community
27+
28+
Examples of unacceptable behavior include:
29+
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
37+
professional setting
38+
39+
## Enforcement Responsibilities
40+
41+
Community leaders are responsible for clarifying and enforcing our standards of
42+
acceptable behavior and will take appropriate and fair corrective action in
43+
response to any behavior that they deem inappropriate, threatening, offensive,
44+
or harmful.
45+
46+
Community leaders have the right and responsibility to remove, edit, or reject
47+
comments, commits, code, wiki edits, issues, and other contributions that are
48+
not aligned to this Code of Conduct, and will communicate reasons for moderation
49+
decisions when appropriate.
50+
51+
## Scope
52+
53+
This Code of Conduct applies within all community spaces, and also applies when
54+
an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official email address,
56+
posting via an official social media account, or acting as an appointed
57+
representative at an online or offline event.
58+
59+
## Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported to the community leaders responsible for enforcement at <[email protected]>.
63+
All complaints will be reviewed and investigated promptly and fairly.
64+
65+
All community leaders are obligated to respect the privacy and security of the
66+
reporter of any incident.
67+
68+
## Enforcement Guidelines
69+
70+
Community leaders will follow these Community Impact Guidelines in determining
71+
the consequences for any action they deem in violation of this Code of Conduct:
72+
73+
### 1. Correction
74+
75+
**Community Impact**: Use of inappropriate language or other behavior deemed
76+
unprofessional or unwelcome in the community.
77+
78+
**Consequence**: A private, written warning from community leaders, providing
79+
clarity around the nature of the violation and an explanation of why the
80+
behavior was inappropriate. A public apology may be requested.
81+
82+
### 2. Warning
83+
84+
**Community Impact**: A violation through a single incident or series of
85+
actions.
86+
87+
**Consequence**: A warning with consequences for continued behavior. No
88+
interaction with the people involved, including unsolicited interaction with
89+
those enforcing the Code of Conduct, for a specified period of time. This
90+
includes avoiding interactions in community spaces as well as external channels
91+
like social media. Violating these terms may lead to a temporary or permanent
92+
ban.
93+
94+
### 3. Temporary Ban
95+
96+
**Community Impact**: A serious violation of community standards, including
97+
sustained inappropriate behavior.
98+
99+
**Consequence**: A temporary ban from any sort of interaction or public
100+
communication with the community for a specified period of time. No public or
101+
private interaction with the people involved, including unsolicited interaction
102+
with those enforcing the Code of Conduct, is allowed during this period.
103+
Violating these terms may lead to a permanent ban.
104+
105+
### 4. Permanent Ban
106+
107+
**Community Impact**: Demonstrating a pattern of violation of community
108+
standards, including sustained inappropriate behavior, harassment of an
109+
individual, or aggression toward or disparagement of classes of individuals.
110+
111+
**Consequence**: A permanent ban from any sort of public interaction within the
112+
community.
113+
114+
## Attribution
115+
116+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
117+
version 2.1, available at
118+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
119+
120+
Community Impact Guidelines were inspired by
121+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
122+
123+
For answers to common questions about this code of conduct, see the FAQ at
124+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
125+
[https://www.contributor-covenant.org/translations][translations].
126+
127+
[homepage]: https://www.contributor-covenant.org
128+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
129+
[Mozilla CoC]: https://github.com/mozilla/diversity
130+
[FAQ]: https://www.contributor-covenant.org/faq
131+
[translations]: https://www.contributor-covenant.org/translations
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
name: 🐞 Bug report
2+
description: Report a bug to help the project improve.
3+
title: "[Bug] "
4+
labels: ["Type: Bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
To expedite issue processing, please search open and closed issues before submitting a new one.
11+
Please read our [Code of Conduct](../blob/main/.github/CODE_OF_CONDUCT.md).
12+
- type: markdown
13+
attributes:
14+
value: "## General"
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Bug description
19+
description: A clear and concise description of what the bug is
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: expectation
24+
attributes:
25+
label: Expected behaviour
26+
description: A clear and concise description of what you expected to happen
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: reproduction-steps
31+
attributes:
32+
label: Steps for reproduction
33+
description: Detailed list of steps for reproducing the bug
34+
placeholder: |
35+
1. Use x argument / navigate to
36+
2. Fill this information
37+
3. Go to...
38+
4. See error
39+
validations:
40+
required: true
41+
- type: markdown
42+
attributes:
43+
value: "## Version and environment information"
44+
- type: input
45+
id: version
46+
attributes:
47+
label: Affected version
48+
description: Version of the project the bug is concerned to
49+
placeholder: e.g. 1.0.2
50+
validations:
51+
required: true
52+
- type: dropdown
53+
id: template
54+
attributes:
55+
label: Affected template
56+
multiple: true
57+
description: Name(s) of the affected template(s) (if applicable)
58+
options:
59+
- refarch-frontend
60+
- refarch-backend
61+
- refarch-eai
62+
- refarch-webcomponent
63+
validations:
64+
required: false
65+
- type: input
66+
id: last-working-version
67+
attributes:
68+
label: Last working version (optional)
69+
description: Last version of the project where the bug was not present
70+
placeholder: e.g. 1.0.1
71+
validations:
72+
required: false
73+
- type: dropdown
74+
id: os
75+
attributes:
76+
label: Operating system
77+
multiple: true
78+
description: Operating systems the bug occurs on (optional, only if applicable)
79+
options:
80+
- Windows
81+
- macOS
82+
- Linux
83+
- Other
84+
validations:
85+
required: false
86+
- type: dropdown
87+
id: browser
88+
attributes:
89+
label: Browser
90+
multiple: true
91+
description: Browsers the bug occurs on (optional, only if applicable)
92+
options:
93+
- Firefox
94+
- Chrome
95+
- Safari
96+
- Edge
97+
- Other
98+
validations:
99+
required: false
100+
- type: markdown
101+
attributes:
102+
value: "## Extras"
103+
- type: textarea
104+
id: logs
105+
attributes:
106+
label: Relevant log output (optional)
107+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
108+
render: shell
109+
validations:
110+
required: false
111+
- type: textarea
112+
id: screenshots
113+
attributes:
114+
label: Screenshots (optional)
115+
description: You can attach images or log files by clicking this area to highlight it and then dragging files in.
116+
validations:
117+
required: false
118+
- type: textarea
119+
id: context
120+
attributes:
121+
label: Additional context (optional)
122+
description: Additional context (references, links, ...) that might be helpful
123+
validations:
124+
required: false
125+
- type: markdown
126+
attributes:
127+
value: "## Confirmations"
128+
- type: checkboxes
129+
id: check-duplicate
130+
attributes:
131+
label: No duplicate
132+
description: By submitting this issue, you confirm to have checked for duplicate issues beforehand.
133+
options:
134+
- label: I confirm that this issue is not a duplicate
135+
required: true
136+
- type: checkboxes
137+
id: conduct
138+
attributes:
139+
label: Code of Conduct
140+
description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/.github/CODE_OF_CONDUCT.md).
141+
options:
142+
- label: I agree to follow this project's Code of Conduct
143+
required: true
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: ✨ Feature request
2+
description: Suggest an idea or possible new feature for this project.
3+
title: "[Feature] "
4+
labels: ["Type: Feature"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
To expedite issue processing, please search open and closed issues before submitting a new one.
11+
Please read our [Code of Conduct](../blob/main/.github/CODE_OF_CONDUCT.md).
12+
- type: markdown
13+
attributes:
14+
value: "## General"
15+
- type: dropdown
16+
id: template
17+
attributes:
18+
label: Relevant template
19+
multiple: true
20+
description: Name(s) of the affected template(s) (if applicable)
21+
options:
22+
- refarch-frontend
23+
- refarch-backend
24+
- refarch-eai
25+
- refarch-webcomponent
26+
validations:
27+
required: false
28+
- type: textarea
29+
id: problem-description
30+
attributes:
31+
label: Problem description (optional)
32+
description: A clear and concise description of what the problem is (if related to problem)
33+
placeholder: |
34+
e.g. I'm always frustrated when ...
35+
validations:
36+
required: false
37+
- type: textarea
38+
id: desired-solution
39+
attributes:
40+
label: Desired solution
41+
description: A clear and concise description of what you want to happen
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: alternatives
46+
attributes:
47+
label: Considered alternatives (optional)
48+
description: A clear and concise description of any alternative solutions or features you've considered
49+
validations:
50+
required: false
51+
- type: markdown
52+
attributes:
53+
value: "## Extras"
54+
- type: textarea
55+
id: context
56+
attributes:
57+
label: Additional context (optional)
58+
description: Additional context (references, links, screenshots, ...) that might be helpful
59+
validations:
60+
required: false
61+
- type: markdown
62+
attributes:
63+
value: "## Confirmations"
64+
- type: checkboxes
65+
id: check-duplicate
66+
attributes:
67+
label: No duplicate
68+
description: By submitting this issue, you confirm to have checked for duplicate issues beforehand.
69+
options:
70+
- label: I confirm that this issue is not a duplicate
71+
required: true
72+
- type: checkboxes
73+
id: conduct
74+
attributes:
75+
label: Code of Conduct
76+
description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/.github/CODE_OF_CONDUCT.md).
77+
options:
78+
- label: I agree to follow this project's Code of Conduct
79+
required: true

0 commit comments

Comments
 (0)