-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'production' into issue-5365
- Loading branch information
Showing
413 changed files
with
21,797 additions
and
17,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
title: "" | ||
labels: ["1 - Request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your interest in improving this project! Please fill out the following sections to help us understand your feature request better. | ||
- type: textarea | ||
id: problem-description | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" | ||
value: | | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution-description | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: "A clear and concise description of what you want to happen." | ||
value: | | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives-considered | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: "A clear and concise description of any alternative solutions or features you've considered." | ||
value: | | ||
... | ||
- type: input | ||
id: reported-by | ||
attributes: | ||
label: Reported By | ||
description: "Name of institution" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your feedback! We appreciate your suggestions and will review them as soon as possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,9 @@ repos: | |
- id: mypy | ||
name: mypy | ||
description: Python mypy typechecker | ||
entry: /bin/bash -c "docker exec --tty specify7_specify7_1 bash -c 'VIRTUAL_ENV=./ve make typecheck'" | ||
entry: | ||
/bin/bash -c "docker exec --tty specify7_specify7_1 bash -c | ||
'VIRTUAL_ENV=./ve make typecheck'" | ||
language: script | ||
types: [python] | ||
pass_filenames: false | ||
|
@@ -115,7 +117,7 @@ repos: | |
- id: prettier | ||
additional_dependencies: | ||
- [email protected] | ||
- "@prettier/plugin-xml@^0.13.1" | ||
- '@prettier/plugin-xml@^0.13.1' | ||
- prettier-plugin-package@^1.3.0 | ||
- prettier-plugin-sh@^0.8.1 | ||
- prettier-plugin-tailwind-css@^1.5.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software in your research, please cite it as:" | ||
message: 'If you use this software in your research, please cite it as:' | ||
authors: | ||
- name: Specify Collections Consortium & Contributors | ||
email: [email protected] | ||
|
@@ -12,12 +12,8 @@ identifiers: | |
value: 'https://www.specifysoftware.org/' | ||
description: Specify Collections Consortium | ||
abstract: >- | ||
The Specify Collections Consortium research repositories | ||
produce software platforms that process species and | ||
specimen data. | ||
keywords: | ||
- collections management software | ||
- open source | ||
The Specify Collections Consortium research repositories produce software | ||
platforms that process species and specimen data. | ||
license: GPL-2.0-only | ||
repository-code: specify/specify7 | ||
repository: "https://github.com/specify/specify7" | ||
repository: 'https://github.com/specify/specify7' |
Oops, something went wrong.