Skip to content

Commit 3b44e4f

Browse files
authored
chore: align repo conventions (#2158)
1 parent 50dd87a commit 3b44e4f

File tree

199 files changed

+7401
-6457
lines changed

Some content is hidden

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

199 files changed

+7401
-6457
lines changed

.deepsource.toml

-18
This file was deleted.

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners
22
# Owners are automatically requested for review for PRs that changes code
33
# that they own.
4-
* @dgraph-io/committers
4+
* @hypermodeinc/database

.github/ISSUE_TEMPLATE/bug_report.md

+38
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

-62
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Badger Community Support
4+
url: https://discord.hypermode.com
5+
about: Please ask and answer questions here

.github/ISSUE_TEMPLATE/documentation_request.yml

-30
This file was deleted.
+23
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

-49
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

-14
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

+22-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
<!--
2-
Change Github PR Title
1+
**Description**
32

4-
Your title must be in the following format:
5-
- `topic(Area): Feature`
6-
- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
3+
Please explain the changes you made here.
74

8-
Sample Titles:
9-
- `feat(Enterprise)`: Backups can now get credentials from IAM
10-
- `fix(Query)`: Skipping floats that cannot be Marshalled in JSON
11-
- `perf: [Breaking]` json encoding is now 35% faster if SIMD is present
12-
- `chore`: all chores/tests will be excluded from the CHANGELOG
13-
-->
5+
**Checklist**
146

15-
## Problem
16-
<!--
17-
Please add a description with these things:
18-
1. Explain the problem by providing a good description.
19-
2. If it fixes any GitHub issues, say "Fixes #GitHubIssue".
20-
3. If it corresponds to a Jira issue, say "Fixes DGRAPH-###".
21-
4. If this is a breaking change, please prefix `[Breaking]` in the title. In the description, please put a note with exactly who these changes are breaking for.
22-
-->
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
12+
[docs repo](https://github.com/dgraph-io/dgraph-docs) staged and linked here
2313

24-
## Solution
25-
<!--
26-
Please add a description with these things:
27-
1. Explain the solution to make it easier to review the PR.
28-
2. Make it easier for the reviewer by describing complex sections with comments.
29-
-->
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 Badger!

.github/actionlint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
self-hosted-runner:
2+
# Labels of self-hosted runner in array of string
3+
labels:
4+
- warp-ubuntu-latest-x64-4x
5+
- warp-ubuntu-latest-arm64-4x
6+
- warp-ubuntu-latest-x64-16x

.github/dependabot.yml

-28
This file was deleted.

.github/renovate.json

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

0 commit comments

Comments
 (0)