diff --git a/develop/code/install/index.html b/develop/code/install/index.html index a80c6cd..807325f 100644 --- a/develop/code/install/index.html +++ b/develop/code/install/index.html @@ -1147,7 +1147,7 @@
With conda, you can create, export, list, remove, and update environments +
With conda, you can create, export, list, remove, and update environments
that have different versions of Python and/or packages installed in them.
Switching or moving between environments is called activating the environment.
You can also share an environment file and import from requirements.txt
.
In Python the requirements.txt
file helps manage dependencies.
+
In Python the requirements.txt
file helps manage dependencies.
It's a text file that lists the packages that the Python project depends on.
💻 pip install -r requirements.txt
Install from file
This python package contains a pyproject.toml
file that contains
-build system requirements and information, which are
-used by pip
+
This python package contains a pyproject.toml
file that contains
+build system requirements and information, which are
+used by pip
to build the package.
It contains the metadata of the software project.
This repository follows the REUSE SOFTWARE -specification. -All files are explicitly stating the corresponding license and copyright information. +
This repository follows the REUSE SOFTWARE +specification. +All files are explicitly stating the corresponding license and copyright information. It is implemented as GitHub workflow and pre-commit hook:
In the regular developer meetings, the open issues and pull requests are diff --git a/develop/development/collaboration/users/index.html b/develop/development/collaboration/users/index.html index 4c809eb..369ec82 100644 --- a/develop/development/collaboration/users/index.html +++ b/develop/development/collaboration/users/index.html @@ -1133,8 +1133,8 @@
Known user of this software can be added to -USERS.cff +
Known user of this software can be added to +USERS.cff for reference.
diff --git a/develop/development/git/github-labels.json b/develop/development/git/github-labels.json index f6c83a7..7a3fbcd 100644 --- a/develop/development/git/github-labels.json +++ b/develop/development/git/github-labels.json @@ -1,127 +1,127 @@ [ - { - "name": "other: example 📐", - "description": "Provides an example", - "color": "EBF0F3" - }, - { - "name": "other: good first issue 🌱", - "description": "Good for newcomers", - "color": "EBF0F3" - }, - { - "name": "other: help wanted 🙋", - "description": "Help or assistance is needed", - "color": "EBF0F3" - }, - { - "name": "part: backend 🧱", - "description": "Backend component", - "color": "A7F3D5" - }, - { - "name": "part: community 🌍", - "description": "Concerns the community", - "color": "A7F3D5" - }, - { - "name": "part: docu 📖", - "description": "Improvements or additions to documentation", - "color": "A7F3D5" - }, - { - "name": "part: frontend 🖥️", - "description": "Improvement of design or content", - "color": "A7F3D5" - }, - { - "name": "part: github", - "description": "Improvement of the organisation or repo", - "color": "A7F3D5" - }, - { - "name": "priority: critical 🔥", - "description": "Critical priority", - "color": "FCA5A5" - }, - { - "name": "priority: high ⚡", - "description": "High priority", - "color": "FDBA74" - }, - { - "name": "priority: low 🦥", - "description": "Low priority", - "color": "FCD34D" - }, - { - "name": "resolution: duplicate 🐾", - "description": "This issue or pull request already exists", - "color": "ECDCF8" - }, - { - "name": "resolution: invalid ❌", - "description": "Issue is invalid", - "color": "ECDCF8" - }, - { - "name": "resolution: released 🎉", - "description": "Resolved and released", - "color": "ECDCF8" - }, - { - "name": "resolution: wontfix ⛔", - "description": "This will not be worked on", - "color": "ECDCF8" - }, - { - "name": "status: active 🚧", - "description": "Work in progress", - "color": "93C5FD" - }, - { - "name": "status: blocked 🛑", - "description": "Blocked or impeded progress", - "color": "F9A8D4" - }, - { - "name": "status: completed ✔️", - "description": "Task has been completed", - "color": "6EE7B7" - }, - { - "name": "status: decision wanted 🗳️", - "description": "Decision is needed", - "color": "F9A8D4" - }, - { - "name": "status: discussion 💬", - "description": "Discussion is ongoing", - "color": "93C5FD" - }, - { - "name": "type: bug 🐛", - "description": "Something isn't working", - "color": "FEF1C7" - }, - { - "name": "type: enhancement ⚙️", - "description": "Improvement of an existing feature", - "color": "FEF1C7" - }, - { - "name": "type: feature 🛠️", - "description": "New feature or request", - "color": "FEF1C7" - }, - { - "name": "type: question ❓", - "description": "Further information is requested", - "color": "FEF1C7" - }, - { - "name": "type: release 🚀", - "description": "Release procedure", - "color": "FEF1C7" - } + { + "color": "EBF0F3", + "description": "Provides an example", + "name": "other: example \ud83d\udcd0" + }, + { + "color": "EBF0F3", + "description": "Good for newcomers", + "name": "other: good first issue \ud83c\udf31" + }, + { + "color": "EBF0F3", + "description": "Help or assistance is needed", + "name": "other: help wanted \ud83d\ude4b" + }, + { + "color": "A7F3D5", + "description": "Backend component", + "name": "part: backend \ud83e\uddf1" + }, + { + "color": "A7F3D5", + "description": "Concerns the community", + "name": "part: community \ud83c\udf0d" + }, + { + "color": "A7F3D5", + "description": "Improvements or additions to documentation", + "name": "part: docu \ud83d\udcd6" + }, + { + "color": "A7F3D5", + "description": "Improvement of design or content", + "name": "part: frontend \ud83d\udda5\ufe0f" + }, + { + "color": "A7F3D5", + "description": "Improvement of the organisation or repo", + "name": "part: github" + }, + { + "color": "FCA5A5", + "description": "Critical priority", + "name": "priority: critical \ud83d\udd25" + }, + { + "color": "FDBA74", + "description": "High priority", + "name": "priority: high \u26a1" + }, + { + "color": "FCD34D", + "description": "Low priority", + "name": "priority: low \ud83e\udda5" + }, + { + "color": "ECDCF8", + "description": "This issue or pull request already exists", + "name": "resolution: duplicate \ud83d\udc3e" + }, + { + "color": "ECDCF8", + "description": "Issue is invalid", + "name": "resolution: invalid \u274c" + }, + { + "color": "ECDCF8", + "description": "Resolved and released", + "name": "resolution: released \ud83c\udf89" + }, + { + "color": "ECDCF8", + "description": "This will not be worked on", + "name": "resolution: wontfix \u26d4" + }, + { + "color": "93C5FD", + "description": "Work in progress", + "name": "status: active \ud83d\udea7" + }, + { + "color": "F9A8D4", + "description": "Blocked or impeded progress", + "name": "status: blocked \ud83d\uded1" + }, + { + "color": "6EE7B7", + "description": "Task has been completed", + "name": "status: completed \u2714\ufe0f" + }, + { + "color": "F9A8D4", + "description": "Decision is needed", + "name": "status: decision wanted \ud83d\uddf3\ufe0f" + }, + { + "color": "93C5FD", + "description": "Discussion is ongoing", + "name": "status: discussion \ud83d\udcac" + }, + { + "color": "FEF1C7", + "description": "Something isn't working", + "name": "type: bug \ud83d\udc1b" + }, + { + "color": "FEF1C7", + "description": "Improvement of an existing feature", + "name": "type: enhancement \u2699\ufe0f" + }, + { + "color": "FEF1C7", + "description": "New feature or request", + "name": "type: feature \ud83d\udee0\ufe0f" + }, + { + "color": "FEF1C7", + "description": "Further information is requested", + "name": "type: question \u2753" + }, + { + "color": "FEF1C7", + "description": "Release procedure", + "name": "type: release \ud83d\ude80" + } ] diff --git a/develop/development/git/index.html b/develop/development/git/index.html index 1770cf9..869d153 100644 --- a/develop/development/git/index.html +++ b/develop/development/git/index.html @@ -1288,50 +1288,38 @@Categories:
GitHub Actions
are used to automate processes of the repository.