Skip to content

Commit ec957bc

Browse files
Update feature_request.md (#200)
1 parent b0ba687 commit ec957bc

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,25 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
### Describe the bug**
11+
[//]: # A clear and concise description of what the bug is.
1212

13-
**Expected behavior**
14-
A clear and concise description of what you expected to happen.
13+
### Expected behavior**
14+
[//]: # A clear and concise description of what you expected to happen.
1515

16-
**To Reproduce**
17-
Steps to reproduce the behavior:
18-
1. Go to '...'
19-
2. Click on '....'
20-
3. Scroll down to '....'
21-
4. See error
16+
### To Reproduce
17+
[//]: # Steps to reproduce the behavior:
18+
[//]: # 1. Go to '...'
19+
[//]: # 2. Click on '....'
20+
[//]: # 3. Scroll down to '....'
21+
[//]: # 4. See error
2222

23-
**Context**
23+
### Context
2424
[//]: # Fetch from "pg-schema-diff version" if using the CLI or go.mod if using the library
2525
pg-schema-diff version: Some sha or version
2626
[//]: # If you are using the CLI or using the library programatically
2727
pg-schema-diff usage: [CLI | LIBRARY]
2828
Postgres version: [14, 15, 16, 17]
2929
[//]: # Only if relevant
3030
pg_dump of database: Gist link
31+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ assignees: ''
77

88
---
99

10-
**Describe the feature**
11-
Provide a thorough description of the feature. If possible, include examples of the feature and its behavior. For example, if it's a new command flag, provide examples of using the command flag and expected outputs.
10+
### Describe the feature
11+
[//]: # Provide a thorough description of the feature. If possible, include examples of the feature and its behavior. For example, if it's a new command flag, provide examples of using the command flag and expected outputs.
1212

13-
**Motivation*
14-
Describe why you want this feature. This is important for assessing the priority of the feature and if alternative solutions exist.
13+
### Motivation
14+
[//]: # Describe why you want this feature. This is important for assessing the priority of the feature and if alternative solutions exist.

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[//]: # (README: Ensure you've read the CONTRIBUTING.MD and that your commits are signed)
1+
[//]: # README: Ensure you've read the CONTRIBUTING.MD and that your commits are signed
22

33
### Description
4-
[//]: # (A clear and concise description of the purpose of this Pull Request. What is being changed? Include any relevant background for this change.)
4+
[//]: # A clear and concise description of the purpose of this Pull Request. What is being changed? Include any relevant background for this change.
55

66
### Motivation
7-
[//]: # (Why you made these changes. Link to any relevant issues.)
7+
[//]: # Why you made these changes. Link to any relevant issues.
88

99
### Testing
10-
[//]: # (Describe how you tested these changes)
10+
[//]: # Describe how you tested these changes

0 commit comments

Comments
 (0)