Skip to content
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
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thank you for opening a Pull Request! Before submitting, please confirm:
Thank you for opening a Pull Request! After creating, check the boxes below to confirm:

- [ ] I have not copied concept definitions from sources with licenses incompatible with voc4cat's CC0 license (e.g., copyleft licenses like CC-BY-SA).
- [ ] I have cited sources that influenced my definitions (in Influenced by IRIs) or from which definitions were adapted (in Source Vocab IRI). Note: You may cite IUPAC Goldbook as an influence, but not copy its definitions verbatim due to its CC-BY-SA license.
- [ ] I have created a meaningful PR title and referenced any related issues.
- [ ] Definitions are original or from CC0-compatible sources (not CC-BY-SA like IUPAC Goldbook)
- [ ] Sources are cited in "Influenced by IRIs" or "Source Vocab IRI"

<!--- Describe your changes below --->

<!--- Explain the why and what of your PR next. --->
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x (adds sorted collections,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel

# Select to install a stable tagged version or main branch (in development)
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main

# install custom pylode 2.x
Expand Down