Skip to content

Commit

Permalink
Merge pull request #5 from OpenEnergyPlatform/feature-1-initrepo
Browse files Browse the repository at this point in the history
Add changelog and update readme #1
  • Loading branch information
carstenhoyerklick authored Dec 19, 2024
2 parents 5f49a5d + 8ffe437 commit c81d5b2
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 3 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Issue
about: For bugs and errors
title: Your title should make sense if said after "The issue is <your issue title>"
labels: ["status: active :construction:", "type: bug :bug:"]
assignees: ""
---

## Description of the issue

Describe the problem in as much detail as possible.
Focus on the expected and current behavior.
If necessary, create a screenshot and insert below.

## Steps to Reproduce

1.
2.
3.

## Ideas of solution

Describe possible ideas for solution and evaluate advantages and disadvantages.

## Context and Environment

- Version used:
- Operating system:
- Environment setup and (python) version:

## Workflow checklist

- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/OpenTransportOntology/blob/production/CONTRIBUTING.md)
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Issue
about: For new ideas, developments and features
title: Your title should make sense if said after "The issue is <your issue title>"
labels: ["status: active :construction:", "type: feature :hammer_and_wrench:"]
assignees: ""
---

## Description of the issue

Describe the problem in as much detail as possible.

## Ideas of solution

Describe possible ideas for solution and evaluate advantages and disadvantages.

## Workflow checklist

- [ ] I am aware of the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/OpenTransportOntology/blob/production/CONTRIBUTING.md)
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Release Issue
about: For a new release
title: Release - Minor Version - 0.1.0
labels:
[
"priority: critical :fire:",
"status: active :construction:",
"type: release :rocket:",
"part: github :octocat:",
]
assignees: "Ludee"
---

## Description of the release

Describe the release in as much detail as possible.

## Details of the release

**Name:** Find an appropriate and memorable name for the release that will help it be remembered.
**Git tag:** v0.1.0 "super-repo Minor Release v0.1.0"
**Release Manager:** Choose a responsible person.
**Date:** Arrange a convenient date

## Workflow checklist

- [ ] I am aware of the workflow in [RELEASE_PROCEDURE.md](https://github.com/OpenEnergyPlatform/OpenTransportOntology//blob/production/RELEASE_PROCEDURE.md)
- [ ] 4. 🐙 Create a `Draft GitHub Release`
- [ ] 5. 💠 Create a `release` branch
- [ ] 6. 📝 Update the version files (CHANGELOG.md, CITATION.cff)
- [ ] 7. 🐙 Create a Release Pull Request
- [ ] 8. 💠 Set the `Git Tag`
- [ ] 9. 🐙 Publish `GitHub Release`
- [ ] 10. 💻 Update the documentation
- [ ] 11. 🐙 Set up new development
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_user_kudos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: User Kudos Issue
about: User Community - Give kudos to the project
title: Add new user to USERS.cff
labels:
[
"other: good first issue :seedling:",
"priority: low :sloth:",
"type: enhancement :gear:",
"part: community :earth_africa:",
]
assignees: ""
---

I thank the developers of the project. <br>
Please add my information to the file [USERS.cff](https://github.com/OpenEnergyPlatform/OpenTransportOntology/blob/production/USERS.cff).

family-names:
given-names:
alias:
affiliation:
orcid:
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Summary of the discussion

Describe the findings of the discussion in the issue or meeting.

## Type of change (CHANGELOG.md)

### Added

- Add a new class [(#)](https://github.com/rl-institut/super-repo/pull/)

### Changed

- Update a definition [(#)](https://github.com/rl-institut/super-repo/pull/)

### Removed

- Remove a broken link [(#)](https://github.com/rl-institut/super-repo/pull/)

## Workflow checklist

### Automation

Part of # / Closes #

### PR-Assignee

- [ ] 🐙 Follow the workflow in [CONTRIBUTING.md](https://github.com/rl-institut/super-repo/blob/production/CONTRIBUTING.md)
- [ ] 📝 Update the [CHANGELOG.md](https://github.com/rl-institut/super-repo/blob/develop/CHANGELOG.md)
- [ ] 📙 Update the documentation
- [ ] 🐙 Assign a reviewer to the PR

### Reviewer

- [ ] 🐙 Follow the [Reviewer Guidelines](https://github.com/rl-institut/super-repo/blob/production/CONTRIBUTING.md#40-let-someone-else-review-your-pr)
- [ ] 🐙 Provided feedback and show sufficient appreciation for the work done
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
SPDX-FileCopyrightText: 2024 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
SPDX-License-Identifier: CC0-1.0
-->

# Changelog

All notable changes to this project will be documented in this file. <br>
For each version, important additions, changes and removals are listed here.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Removed

## [0.0.0] Initial Release - Hello Super-Repository - 2022-03-03

### Added

- GitHub repository
- .gitignore
- LICENSE (CC0-1.0 License)
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
# SPDX-FileCopyrightText: 2024 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
# SPDX-License-Identifier: CC0-1.0

cff-version: 1.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
..
SPDX-FileCopyrightText: 2022 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
SPDX-FileCopyrightText: 2024 Ludwig Hülk <https://github.com/Ludee> © Reiner Lemoine Institut
SPDX-License-Identifier: MIT
SPDX-License-Identifier: CC0-1.0

.. figure:: https://private-user-images.githubusercontent.com/14353512/397386887-992f9469-b483-444c-9ae6-7694a323b1d2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzQ2MTM5MzIsIm5iZiI6MTczNDYxMzYzMiwicGF0aCI6Ii8xNDM1MzUxMi8zOTczODY4ODctOTkyZjk0NjktYjQ4My00NDRjLTlhZTYtNzY5NGEzMjNiMWQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjE5VDEzMDcxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1NmU4NjJmNzE5M2QxNGQ3ZmI5YjJkMGRiODg2NjliM2RjMjU3OGFkY2NkODQyMjgzOTY4M2M1ZmM5N2RmOTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6w1btX_COoGL2Mnb1WnnoiReQQkRNqSHZyl6pvucbU4
:align: left
Expand Down

0 comments on commit c81d5b2

Please sign in to comment.