Skip to content

Commit aad8b17

Browse files
authored
chore: repo alignment (#9256)
align repo to Hypermode: - issue templates - PR templates - code of conduct - Renovate for dependency management - copyright and other legal references
1 parent 171af7c commit aad8b17

File tree

555 files changed

+2308
-2714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+2308
-2714
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## Describe the bug
10+
11+
A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
15+
Steps to reproduce the behavior:
16+
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
## Expected behavior
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
## Screenshots
27+
28+
If applicable, add screenshots to help explain your problem.
29+
30+
## Environment
31+
32+
- OS: [e.g. macOS, Windows, Ubuntu]
33+
- Language [e.g. AssemblyScript, Go]
34+
- Version [e.g. v0.xx]
35+
36+
## Additional context
37+
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Dgraph Community Support
4+
url: https://discord.hypermode.com
5+
about: Please ask and answer questions here
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## Is your feature request related to a problem? Please describe
10+
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
## Describe the solution you'd like
14+
15+
A clear and concise description of what you want to happen.
16+
17+
## Describe alternatives you've considered
18+
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
## Additional context
22+
23+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
# Title format
1+
**Description**
22

3-
- `Topic(Area): Feature`
4-
- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
5-
- `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero`
6-
- Add [BREAKING] if it is a breaking change
3+
Please explain the changes you made here.
74

8-
# Body Format
5+
**Checklist**
96

10-
Description: {add description}
11-
Fixes: {GitHub Issue}
12-
Closes: {Linear Issue}
13-
Docs: {docs PR}
7+
- [ ] Code compiles correctly and linting passes locally
8+
- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to
9+
this PR
10+
- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable
11+
- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/dgraph-io/dgraph-docs)
12+
staged and linked here
13+
14+
**Instructions**
15+
16+
- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/)
17+
syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc.
18+
- The description should briefly explain what the PR is about. In the case of a bugfix, describe or
19+
link to the bug.
20+
- In the checklist section, check the boxes in that are applicable, using `[x]` syntax.
21+
- If not applicable, remove the entire line. Only leave the box unchecked if you intend to come
22+
back and check the box later.
23+
- Delete the `Instructions` line and everything below it, to indicate you have read and are
24+
following these instructions. 🙂
25+
26+
Thank you for your contribution to Dgraph!

.github/dependabot.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/prlint.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>hypermodeinc/renovate-config"]
4+
}

0 commit comments

Comments
 (0)