Skip to content

Commit a269361

Browse files
committed
feat: Added pull request template
1 parent 33e0adf commit a269361

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**:bulb: Summary of the pull request**
2+
<!-- Ex. I have added extra variables to be able to deploy [...] -->
3+
4+
**:hammer_and_wrench: Implementation Details**
5+
<!-- A clear and concise description of what the PR entails. We cannot guess what you mean by a code change. -->
6+
7+
**:pencil: Additional Information**
8+
<!-- If the proposed changes entail any design decisions, please enter any background or references such as Confluence, Microsoft Docs, etc. that may help with reviewing the PR. -->

.github/workflows/workflow-synchronization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ env:
8989
#sync-root/.github/labels.yaml=.github/labels.yaml
9090
#sync-root/.github/release-drafter-config.yaml=.github/release-drafter-config.yaml
9191
#sync-root/.github/workflows=.github
92-
sync-root/.github/ISSUE_TEMPLATE=.github
92+
#sync-root/.github/ISSUE_TEMPLATE=.github
93+
sync-root/.github/PULL_REQUEST_TEMPLATE=.github
9394
#sync-root/.pre-commit-config.yaml=.pre-commit-config.yaml
9495
#sync-root/CONTRIBUTING.md=CONTRIBUTING.md
9596
#sync-root/LICENSE=LICENSE

0 commit comments

Comments
 (0)