Skip to content

Commit 8128baf

Browse files
authored
Remove the gitlab CODEOWNERS file. Change the issue/PR templates to point to github (swift-server#67)
* Change the issue and merge templates for Gitlab, pointing to Github instead * Remove codeowners file * Deduplicate the issue templates
1 parent ad54519 commit 8128baf

File tree

6 files changed

+7
-70
lines changed

6 files changed

+7
-70
lines changed

.gitlab/CODEOWNERS

-1
This file was deleted.

.gitlab/issue_templates/Bug.md

-23
This file was deleted.

.gitlab/issue_templates/Feature.md

-8
This file was deleted.

.gitlab/issue_templates/Issue.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Repository Moved
2+
3+
Gitlab is a mirror of the [github repo](https://github.com/swift-server/RediStack).
4+
Please file your issues there.

.gitlab/merge_request_templates/Feature.md

-17
This file was deleted.
+3-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
1-
_[One sentence description of the bug being fixed]_
1+
## Repository Moved
22

3-
**If the bug being fixed has an issue written**
3+
Gitlab is a mirror of the [github repo](https://github.com/swift-server/RediStack).
4+
Please make a PR for your changes there.
45

5-
Fixes _[GitLab Issue link]_.
6-
7-
**If the bug being fixed does NOT have an issue written**
8-
9-
## Expected Results
10-
_[what you expected to happen]_
11-
12-
## Actual Results
13-
_[what actually happened]_
14-
15-
## Steps to Reproduce
16-
17-
1. ...
18-
2. ...
19-
20-
## Checklist:
21-
22-
- [ ] Copyright headers in new files (see [CONTRIBUTING.md](https://gitlab.com/Mordil/RediStack/-/blob/master/CONTRIBUTING.md))
23-
- [ ] Unit test case to prevent the bug in the future

0 commit comments

Comments
 (0)