Skip to content

Commit b82140b

Browse files
committed
Update templates
1 parent 85cb396 commit b82140b

14 files changed

+39
-44
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ trim_trailing_whitespace = true
1111
[*.md]
1212
trim_trailing_whitespace = false
1313

14-
[*.yml]
14+
[*.{yml,yaml}]
1515
indent_size = 2

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
.gitignore export-ignore
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
10-
CONTRIBUTING.md export-ignore
1110
phpunit.xml.dist export-ignore

.github/CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
The Laravel Code of Conduct can be found in the [Laravel documentation](https://laravel.com/docs/contributions#code-of-conduct).

.github/CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contribution Guide
2+
3+
The Laravel contributing guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

.github/ISSUE_TEMPLATE/1_Bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "🐛 Bug Report"
2+
name: "Bug report"
33
about: 'Report a general library issue. Please ensure your version is still supported: https://laravel.com/docs/releases#support-policy'
44
---
55

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: "Feature request"
3+
about: 'For ideas or feature requests, please make a pull request, or open an issue'
4+
---

.github/ISSUE_TEMPLATE/2_Support_question.md

-14
This file was deleted.

.github/ISSUE_TEMPLATE/3_Feature_request.md

-6
This file was deleted.

.github/ISSUE_TEMPLATE/4_Documentation_issue.md

-8
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support question
4+
url: https://laravel.com/docs/contributions#support-questions
5+
about: 'This repository is only for reporting bugs. If you need help using the library, click:'
6+
- name: Documentation issue
7+
url: https://github.com/laravel/docs
8+
about: For documentation issues, open a pull request at the laravel/docs repository

.github/ISSUE_TEMPLATE/5_Security_vulnerabilities.md .github/SECURITY.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
---
2-
name: "🔒 Security Vulnerabilities"
3-
about: 'For reporting security-related issues, see: https://github.com/laravel/laravel#security-vulnerabilities'
4-
---
1+
# Security Policy
52

6-
PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW.
3+
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).**
74

8-
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
5+
## Supported Versions
96

10-
Public PGP Key:
7+
Only the latest major version receives security fixes.
8+
9+
## Reporting a Vulnerability
10+
11+
If you discover a security vulnerability within Laravel, please send an email to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
12+
13+
### Public PGP Key
1114

1215
```
1316
-----BEGIN PGP PUBLIC KEY BLOCK-----

.github/SUPPORT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Support Questions
2+
3+
The Laravel support guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions#support-questions).

CONTRIBUTING.md

-4
This file was deleted.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ Laravel Lumen is a stunningly fast PHP micro-framework for building web applicat
1515

1616
Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).
1717

18+
## Contributing
19+
20+
Thank you for considering contributing to Lumen! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
21+
1822
## Security Vulnerabilities
1923

20-
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
24+
Please review [our security policy](https://github.com/laravel/lumen/security/policy) on how to report security vulnerabilities.
2125

2226
## License
2327

24-
The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
28+
Laravel Lumen is open-sourced software licensed under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)