Skip to content

Commit

Permalink
Minor changes for GitHub issue/PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Feb 7, 2024
1 parent 3d821aa commit e7b8ecb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ labels: 'bug'
assignees: ''
---

<!--
*Description: A clear and concise description of what the bug is.*
*To reproduce: Please provide minimal example that reproduces the error. For existing
Expand All @@ -14,3 +15,4 @@ examples, please provide a link.*
*Error message: Paste the complete error message or log, if applicable.*
*Environment: Any environment details, such as operating system, compiler, etc.*
-->
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ labels: 'enhancement'
assignees: ''
---

<!--
*Description: A clear and concise description of what the feature is.*
*Add any other context or screenshots about the feature request here.*
-->
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
*Description of changes:*
*Issue #, if available:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute
this contribution, under the terms of your choice.
-->
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

runs-on: palace_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit e7b8ecb

Please sign in to comment.