Skip to content

Commit e05c42a

Browse files
committedSep 20, 2024
Merge branch 'develop' into 9508-update-develop-branch-to-develop-branch-pull-request IQSS#9508
Conflicts: doc/sphinx-guides/source/developers/version-control.rst
2 parents 1edb8ba + 4de0e75 commit e05c42a

File tree

657 files changed

+52591
-10851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

657 files changed

+52591
-10851
lines changed
 

‎.env

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
APP_IMAGE=gdcc/dataverse:unstable
2-
POSTGRES_VERSION=13
2+
POSTGRES_VERSION=16
33
DATAVERSE_DB_USER=dataverse
44
SOLR_VERSION=9.3.0
5+
SKIP_DEPLOY=0

‎.github/ISSUE_TEMPLATE/bug_report.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thank you for contributing to the Dataverse Project through the creation of a bu
1414
WARNING: If this is a security issue it should be reported privately to security@dataverse.org
1515
1616
More information on bug issues and contributions can be found in the "Contributing to Dataverse" page:
17-
https://github.com/IQSS/dataverse/blob/develop/CONTRIBUTING.md#bug-reportsissues
17+
https://guides.dataverse.org/en/latest/contributor/index.html
1818
1919
Please fill out as much of the template as you can.
2020
Start below this comment section.
@@ -44,7 +44,6 @@ Start below this comment section.
4444
**Any related open or closed issues to this bug report?**
4545

4646

47-
4847
**Screenshots:**
4948

5049
No matter the issue, screenshots are always welcome.
@@ -53,3 +52,7 @@ To add a screenshot, please use one of the following formats and/or methods desc
5352

5453
* https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests
5554
*
55+
56+
57+
**Are you thinking about creating a pull request for this issue?**
58+
Help is always welcome, is this bug something you or your organization plan to fix?

0 commit comments

Comments
 (0)