Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
437d8e37
Commit
437d8e37
authored
Mar 04, 2025
by
ishandhanani
Committed by
GitHub
Mar 04, 2025
Browse files
chore(github): improve PR process and rename workspace (#12)
parent
59d916e1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
42 deletions
+27
-42
.github/pull_request_template.md
.github/pull_request_template.md
+6
-42
.github/workflows/lint-pr-title.yaml
.github/workflows/lint-pr-title.yaml
+21
-0
dynemo.code-workspace
dynemo.code-workspace
+0
-0
No files found.
.github/pull_request_template.md
View file @
437d8e37
#### What does the PR do?
<!-- Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.-->
#### Overview:
#### Checklist
-
[ ] PR title reflects the change and is of format
`<commit_type>: <Title>`
-
[ ] Changes are described in the pull request.
-
[ ] Related issues are referenced.
-
[
] Populated [github labels
](
https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels
)
field
-
[
] Added [test plan
](
#test-plan
)
and verified test passes.
-
[ ] Verified that the PR passes existing CI.
-
[ ] Verified copyright is correct on all changed files.
-
[
] Added _succinct_ git squash message before merging [ref
](
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
)
.
-
[ ] All template sections are filled out.
-
[ ] Optional: Additional screenshots for behavior/output changes with before/after.
<!-- Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.-->
#### Commit Type:
Check the
[
conventional commit type
](
https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type
)
box here and add the label to the github PR.
-
[ ] build
-
[ ] ci
-
[ ] docs
-
[ ] feat
-
[ ] fix
-
[ ] perf
-
[ ] refactor
-
[ ] revert
-
[ ] style
-
[ ] test
#### Details:
#### Related PRs:
<!-- Related PRs from other Repositories -->
<!-- Describe the changes made in this PR. -->
#### Where should the reviewer start?
<!-- call out specific files that should be looked at closely -->
#### Test plan:
<!-- list steps to verify -->
<!-- were unit-tests added wherever possible? -->
<!-- were e2e tests added?-->
-
CI Pipeline ID:
<!-- Only Pipeline ID and no direct link here -->
#### Caveats:
<!-- any limitations or possible things missing from this PR -->
#### Background
<!-- e.g. what led to this change being made. this is optional extra information to help the reviewer -->
<!-- call out specific files that should be looked at closely -->
#### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
-
closes GitHub issue: #xxx
.github/workflows/lint-pr-title.yaml
0 → 100644
View file @
437d8e37
name
:
"
Lint
PR"
on
:
pull_request_target
:
types
:
-
opened
-
edited
-
synchronize
-
reopened
permissions
:
pull-requests
:
read
jobs
:
main
:
name
:
Validate PR title
runs-on
:
ubuntu-latest
steps
:
-
uses
:
amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
# v5.5.3
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
triton
.code-workspace
→
dynemo
.code-workspace
View file @
437d8e37
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment