Skip to content

Commit ca5f108

Browse files
committed
Updated repo based on the new oss project template
1 parent 3b5c5d0 commit ca5f108

9 files changed

+518
-108
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @ssvetina

.github/ISSUE_TEMPLATE/bug_report.yml

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug report
2+
description: File a bug report.
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A clear and concise description of what the bug is.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: environment
14+
attributes:
15+
label: Environment
16+
description: |
17+
An environment information where issue occurred. Try to provide as much information as possible, including:
18+
- device name, model and manufacturer
19+
- operating system version
20+
- software name, version and build number
21+
- additional information (e.g. dependencies, IDE, etc.)
22+
value: |
23+
- Device:
24+
- Operating system:
25+
- Software information:
26+
- Additional information:
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: reproduction-steps
31+
attributes:
32+
label: Reproduction steps
33+
description: Steps to reproduce the behavior.
34+
value: |
35+
1.
36+
2.
37+
3.
38+
...
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: expected-behavior
43+
attributes:
44+
label: Expected behavior
45+
description: A clear and concise description of what you expected to happen.
46+
validations:
47+
required: true
48+
- type: textarea
49+
id: additional-information
50+
attributes:
51+
label: Additional information
52+
description: Any additional information that might be helpful in solving the issue.
53+
validations:
54+
required: false
55+
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Feature request
2+
description: Propose a new feature or an idea for this project.
3+
labels: enhancement
4+
body:
5+
- type: textarea
6+
id: feature-description
7+
attributes:
8+
label: Feature description
9+
description: A clear and concise description of the feature request, including what problem it solves.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: additional-information
14+
attributes:
15+
label: Additional information
16+
description: An additional information or screenshots about the feature request.
17+
validations:
18+
required: false

.github/pull_request_template.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## Summary
2+
3+
<!--
4+
Provide an overview of what this pull request aims to address or achieve.
5+
-->
6+
7+
**Related issue**: <!-- Add the issue number in format [#<number>](link) or set to "None" if this is not related to a reported issue. -->
8+
9+
## Changes
10+
11+
### Type
12+
13+
- [ ] **Feature**: This pull request introduces a new feature.
14+
- [ ] **Bug fix**: This pull request fixes a bug.
15+
- [ ] **Refactor**: This pull request refactors existing code.
16+
- [ ] **Documentation**: This pull request updates documentation.
17+
- [ ] **Other**: This pull request makes other changes.
18+
19+
#### Additional information
20+
21+
- [ ] This pull request introduces a **breaking change**.
22+
23+
### Description
24+
25+
<!--
26+
Describe the specific changes made in this pull request, including any technical details or architectural decisions.
27+
28+
If applicable, include additional information like screenshots, logs or other data that demonstrate the changes.
29+
-->
30+
31+
## Checklist
32+
33+
- [ ] I have performed a self-review of my own code.
34+
- [ ] I have tested my changes, including edge cases.
35+
- [ ] I have added necessary tests for the changes introduced (if applicable).
36+
- [ ] I have updated the documentation to reflect my changes (if applicable).
37+
38+
## Additional notes
39+
40+
<!--
41+
Add any additional comments, instructions, or insights about this pull request.
42+
-->

CODE_OF_CONDUCT.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Contributor Covenant Code of Conduct
1+
# Code of conduct
22

3-
## Our Pledge
3+
## Our pledge
44

55
In the interest of fostering an open and welcoming environment, we as
66
contributors and maintainers pledge to making participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
8-
size, disability, ethnicity, gender identity and expression, level of experience,
9-
nationality, personal appearance, race, religion, or sexual identity and
10-
orientation.
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
1111

12-
## Our Standards
12+
## Our standards
1313

1414
Examples of behavior that contributes to creating a positive environment
1515
include:
@@ -23,15 +23,15 @@ include:
2323
Examples of unacceptable behavior by participants include:
2424

2525
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
26+
advances
2727
* Trolling, insulting/derogatory comments, and personal or political attacks
2828
* Public or private harassment
2929
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
30+
address, without explicit permission
3131
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
32+
professional setting
3333

34-
## Our Responsibilities
34+
## Our responsibilities
3535

3636
Project maintainers are responsible for clarifying the standards of acceptable
3737
behavior and are expected to take appropriate and fair corrective action in
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at vlaho.poluta@infinum.hr. All
58+
reported by contacting the project team at opensource@infinum.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -67,8 +67,8 @@ members of the project's leadership.
6767

6868
## Attribution
6969

70-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at [http://contributor-covenant.org/version/1/4][version]
70+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4,
71+
available [here](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html).
7272

73-
[homepage]: http://contributor-covenant.org
74-
[version]: http://contributor-covenant.org/version/1/4/
73+
For answers to common questions about this code of conduct, visit
74+
the [FAQ](https://www.contributor-covenant.org/faq) page.

CONTRIBUTING.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Contributing guidelines
2+
3+
Welcome to our project! We appreciate your interest in helping us improve it.
4+
5+
## How can I contribute?
6+
7+
There are multiple ways in which you can help us make this project even better.
8+
9+
- Reporting bugs or suggesting new features
10+
- Contributing code improvements or new features
11+
- Writing, updating, or fixing tests
12+
- Improving documentation, including inline comments, user manuals, and developer guides
13+
14+
## Issue reporting
15+
16+
If you found a bug or have an idea for a new feature, please open an issue. Be sure to include a clear and descriptive title, as well as a detailed description of the bug or feature.
17+
18+
To avoid duplicate issues, please check if a similar issue has already been created.
19+
20+
## Making changes
21+
22+
To make changes to the project, please follow these steps:
23+
24+
1. Fork the project repository.
25+
2. Create a new branch for your changes, based on the project's main branch.
26+
3. Make your changes. Ensure you've followed the coding style and standards.
27+
4. Test your changes thoroughly, ensuring all existing tests pass and new tests cover your changes where appropriate.
28+
5. Commit your changes with a clear and descriptive commit message.
29+
6. Push your changes to your fork.
30+
7. Create a pull request to the project's main branch.
31+
32+
Once we check everything, we will merge the changes into the main branch and include it in the next release.
33+
34+
## Guidelines for pull requests
35+
36+
When submitting a pull request, please ensure that:
37+
38+
- Your pull request is concise and well-scoped
39+
- Your code is properly tested
40+
- Your code adheres to the project's coding standards and style guidelines
41+
- Your commit message is clear and descriptive
42+
- Your pull request includes a description of the changes you have made and why you have made them
43+
44+
Try to avoid creating large pull requests that include multiple unrelated changes. Instead, break them down into smaller, more focused pull requests. This will make it easier for us to review and merge your changes.
45+
46+
## Code of conduct
47+
48+
We want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [code of conduct](/CODE_OF_CONDUCT.md).
49+
50+
## License
51+
52+
By submitting a pull request you agree to release that code under the project's [license](/LICENSE).

0 commit comments

Comments
 (0)