Skip to content

Commit fa56b91

Browse files
authored
Merge pull request #675 from AnastasiyaHladina/chore/add-feature-request-template
chore: add new feature template
2 parents 5bed3e7 + 0ecb83c commit fa56b91

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Add new feature / behavior
3+
about: Describe the desired product feature
4+
title: 'Ex: Add AWS RDS Postgresql datasource support'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Scope & Context
11+
12+
**Example:**
13+
```
14+
We are working on AWS Appsync API that uses AWS RDS Postgresql.
15+
The current serverless-appsync-plugin does not support RDS as a datasource.
16+
```
17+
18+
## Current behavior
19+
20+
A clear and concise description of what the current behavior is.
21+
22+
**Example:**
23+
```
24+
Currently, AWS RDS Postgresql is not supported as datasource.
25+
```
26+
27+
## Expected behavior
28+
A clear and concise description of what you want to happen.
29+
Please also add **AWS documentation** if available
30+
31+
**Example:**
32+
```
33+
AWS RDS Postgresql is supported as datasource for queries or mutations.
34+
```
35+
36+
## Technical inputs
37+
38+
**Example:**
39+
```
40+
- Extend **datasource** configuration with fields ...
41+
- Add a new service ...
42+
```

0 commit comments

Comments
 (0)