Skip to content

Commit 906e370

Browse files
committed
add default template
1 parent a8c037b commit 906e370

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Release note
2+
3+
Please briefly explain the changes you made which will be added to the changelog.
4+
5+
### Related product PRs
6+
7+
PRs from product repo this doc page is related to:
8+
(paste the links to the PRs)
9+
10+
### Checklist:
11+
12+
- [ ] Add appropriate milestone (current release cycle)
13+
- [ ] Add `bugfix` or `feature` label, based on the product PR type you're documenting
14+
- [ ] Make sure all relevant tech details are documented
15+
- [ ] Update reference pages (e.g. [clauses](https://memgraph.com/docs/querying/clauses), [functions](https://memgraph.com/docs/querying/functions), [flags](https://memgraph.com/docs/database-management/configuration#list-of-configuration-flags), [experimental](https://memgraph.com/docs/database-management/experimental-features), [monitoring](https://memgraph.com/docs/database-management/monitoring), [Cypher differences](https://memgraph.com/docs/querying/differences-in-cypher-implementations))
16+
- [ ] Search for the feature you are working on (mentions) and make updates if needed
17+
- [ ] Provide a basic example of usage
18+
- [ ] In case your feature is an Enterprise one, list it under [ME page](https://memgraph.com/docs/database-management/enabling-memgraph-enterprise) and mark its page with Enterprise ([example](https://memgraph.com/docs/database-management/authentication-and-authorization/role-based-access-control)).
19+
- [ ] Check all content with Grammarly
20+
- [ ] Perform a self-review of my code
21+
- [ ] The build passes locally
22+
- [ ] My changes generate no new warnings or errors

0 commit comments

Comments
 (0)