Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialized #2

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<OWNER_EMAIL>.
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
30 changes: 15 additions & 15 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to PROJECT_NAME
# Contributing to cohiva

Thank you very much for taking your time to contribute to PROJECT_NAME :smiley:
Thank you very much for taking your time to contribute to cohiva :smiley:

Following a few guidelines so that others can quickly benefit from your contribution.

Expand All @@ -10,28 +10,28 @@ Following a few guidelines so that others can quickly benefit from your contribu

## Code of Conduct
This project and everyone participating in it is governed by this project's
[Code of Conduct](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/tree/main/.github/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behaviour to ORG_EMAIL
[Code of Conduct](https://github.com/tegonal/cohiva/tree/main/.github/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behaviour to [email protected]

## How to Contribute
- Star PROJECT_NAME if you like it.
- Star cohiva if you like it.

- Need help using a feature?
Open a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=q-a)
Open a [new discussion](https://github.com/tegonal/cohiva/discussions/new?category=q-a)
and write down your question there and we will get back to you.

- Found a bug?
[Open an issue](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues/new?template=bug_report.md).
[Open an issue](https://github.com/tegonal/cohiva/issues/new?template=bug_report.md).

- Missing a feature?
Open a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=ideas)
Open a [new discussion](https://github.com/tegonal/cohiva/discussions/new?category=ideas)
and write down your need and we will get back to you.

- Found spelling mistakes?
Nice catch 🧐 Please fix it and create a pull request.

In any case, if you are uncertain how you can contribute, then contact us via a
[new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=contributor-q-a)
[new discussion](https://github.com/tegonal/cohiva/discussions/new?category=contributor-q-a)
and we will figure it out together :smile:

## Your First Code Contribution
Expand All @@ -43,8 +43,8 @@ The following are a few guidelines on how we suggest you start.
2. Read up the [Pull Request Checklist](#pull-request-checklist)

Perfect, you are setup and ready to go.
Have a look at [help wanted issues](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
where [good first issues](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
Have a look at [help wanted issues](https://github.com/tegonal/cohiva/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
where [good first issues](https://github.com/tegonal/cohiva/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
are easier to start with.
Please write a comment such as `I'll work on this` in the issue,
this way we can assign the task to you (so that others know there is already someone working on the issue)
Expand All @@ -58,15 +58,15 @@ Dealing with Git for the first time? Here are some recommendations for how to se
should be descriptive of the issue or the change being made, e.g `#108-path-exists`.) Working
on a new branch makes it easier to make more than one pull request.
- add this repository as a remote repository using
`git remote add upstream https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB.git`. You will use this to
`git remote add upstream https://github.com/tegonal/cohiva.git`. You will use this to
fetch changes made in this repository.
- to ensure your branch is up-to-date, rebase your work on
upstream/main using `git rebase upstream/main` or `git pull -r upstream main`.
This will add all new changes in this repository into your branch and place your
local unpushed changes at the top of the branch.

You can read more on Git [here](https://git-scm.com/book/).
Contact us via a [new discussion](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=contributor-q-a)
Contact us via a [new discussion](https://github.com/tegonal/cohiva/discussions/new?category=contributor-q-a)
whenever you need help to get up and running or have questions.

*Create a Draft*
Expand All @@ -82,12 +82,12 @@ Finally, when you think your PR (short for pull request) is ready, then please:

1. read the [Pull Request Checklist](#pull-request-checklist)
2. Create your first pull-request
3. 👏👏👏 you have submitted your first code contribution to ORG_NAME_GITHUB/PROJECT_NAME_GITHUB 😊
3. 👏👏👏 you have submitted your first code contribution to tegonal/cohiva 😊


## Pull Request Checklist
Please make sure you can check every item on the following list before you create a pull request:
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/commits/main)
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/tegonal/cohiva/commits/main)
- [ ] Your pull request addresses only “one thing”. It cannot be meaningfully split up into multiple pull requests.
- [ ] There is no error if you run ./scripts/before-pr.sh
- [ ] Make sure you have no changes after running ./scripts/before-pr.sh and `git commit --amend` otherwise
Expand Down
6 changes: 3 additions & 3 deletions .github/Contributor Agreement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This agreement is based on the ISA contributor agreement
https://joinup.ec.europa.eu/collection/eupl/solution/isa-contributor-agreement/release/v11
which was based in turn on the Harmony contributor agreements harmonyagreements.org.
Thank you for your interest in contributing to
<PROJECT_NAME>
cohiva
currently developed on the platform
https://github.com/<OWNER_GITHUB>/<PROJECT_NAME_GITHUB>
https://github.com/tegonal/cohiva
and owned by
<OWNER> (the “Project Owner”, hereafter "We" or "Us").
Tegonal Genossenschaft (the “Project Owner”, hereafter "We" or "Us").

This contributor agreement ("Agreement") documents the rights granted by contributors to
Us. To make this document effective, please sign it. The consent in the form of a sign-off
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
id: version
attributes:
label: Affected Version
description: What version of PROJECT_NAME are you using?
description: What version of cohiva are you using?
placeholder: "v0.1.0"
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ about: Suggest an idea for this project

Please head over to

https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/discussions/new?category=ideas
https://github.com/tegonal/cohiva/discussions/new?category=ideas

and write down your idea there.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


______________________________________
I confirm that I have read the [Contributor Agreement v1.1](<GITHUB_URL>/blob/<TAG>/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/cohiva/blob/main/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4 changes: 2 additions & 2 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# __ __
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/GITHUB_ORG/PROJECT_NAME
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright YEAR ORG_NAME <ORG_EMAIL>
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/GITHUB_ORG/cohiva
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2024 Tegonal Genossenschaft <[email protected]>
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
# /___/ Please report bugs and contribute back your improvements
#
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ build
.gt/**/repo
.gt/**/gpg

# python specific
*.pyc
40 changes: 0 additions & 40 deletions .gt/remotes/gt/pull-hook_other.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/usr/bin/env bash
#
# __ __
# / /____ ___ ____ ___ ___ _/ / This script is provided to you by https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright YEAR ORG_NAME <ORG_EMAIL>
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under LICENSE_FULL_NAME
# / /____ ___ ____ ___ ___ _/ / This script is provided to you by https://github.com/tegonal/cohiva
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2024 Tegonal Genossenschaft <[email protected]>
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under GNU Affero General Public License v3
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.1.0-SNAPSHOT
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
PROJECT_NAME_UPPER_LATEST_VERSION="main"
COHIVA_LATEST_VERSION="main"

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src"
Expand All @@ -32,7 +32,7 @@ function gt_pullHook_tegonal_gh_commons_before() {
local -ra params=(_tag source _target)
parseFnArgs params "$@"

replaceTegonalGhCommonsPlaceholders_Tegonal "$source" "PROJECT_NAME" "$PROJECT_NAME_UPPER_LATEST_VERSION" "PROJECT_NAME_GITHUB"
replaceTegonalGhCommonsPlaceholders_Tegonal "$source" "cohiva" "$COHIVA_LATEST_VERSION" "cohiva"
}

function gt_pullHook_tegonal_gh_commons_after() {
Expand Down
42 changes: 0 additions & 42 deletions .gt/remotes/tegonal-gh-commons/pull-hook_other.sh

This file was deleted.

Loading
Loading