-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean up issue templates (#9355)
- Loading branch information
1 parent
e26327b
commit 0fe4bd0
Showing
4 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
name: Planned work | ||
about: Approved work planning | ||
about: Maintainers' space. DO NOT use this for your bug reports! | ||
title: 'Dev: ' | ||
labels: dev | ||
assignees: '' | ||
|
||
--- | ||
|
||
Repo maintainers will create "issues" for planned work, so it can be tracked. | ||
Maintainers will create "issues" for planned work, so it can be tracked. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# https://mergeable.readthedocs.io/en/latest/configuration.html | ||
|
||
version: 2 | ||
mergeable: | ||
- when: issues.opened | ||
validate: | ||
- do: description | ||
and: | ||
- must_include: | ||
regex: '^### PHP Version' | ||
- must_include: | ||
regex: '^### CodeIgniter4 Version' | ||
- do: author | ||
and: | ||
- must_exclude: | ||
regex: 'kenjis' | ||
- must_exclude: | ||
regex: 'lonnieezell' | ||
- must_exclude: | ||
regex: 'MGatner' | ||
- must_exclude: | ||
regex: 'michalsn' | ||
- must_exclude: | ||
regex: 'paulbalandan' | ||
- must_exclude: | ||
regex: 'samsonasik' | ||
fail: | ||
- do: comment | ||
payload: | | ||
Hi there! :wave: | ||
It looks like you opened an issue without following the bug report template: | ||
Bug report ([open an issue](https://github.com/codeigniter4/CodeIgniter4/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=Bug%3A+)) | ||
If you are opening a feature request or support question, please do so in the [forums](https://forum.codeigniter.com/forum-30.html). | ||
The current issue will be closed. This is a precaution to save maintainers' time, I hope you'll understand. | ||
Sincerely, the mergeable bot 🤖 | ||
- do: close |