forked from educates/educates-training-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPULL_REQUEST_TEMPLATE.yml
39 lines (34 loc) · 1.32 KB
/
PULL_REQUEST_TEMPLATE.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Pull Request
description: Use this template when creating a pull request.
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to create this pull request.
Please note that as per our contribution guidelines, unless the pull
request is for a simple typo correction or obvious bug fix, it's
recommended to initiate a discussion by first raising an issue. This
enables us to assess proposed changes and evaluate whether a change to
the core platform is really needed, or if there's a more effective
approach to achieve the desired outcome without making the changes.
- type: textarea
id: change-summary
attributes:
label: Summary of the changes being made by this pull request
description: An overview of the changes you've made and why they are necessary.
validations:
required: true
- type: textarea
id: related-issues
attributes:
label: Related issue(s) for this pull request
description: Link(s) to the GitHub issues this pull request is addressing.
validations:
required: false
- type: textarea
id: additional-information
attributes:
label: Additional information
description: Add any other information related to the changes.
validations:
required: false