Skip to content

Commit f45d896

Browse files
committed
Block OSS template elements
1 parent eb82754 commit f45d896

File tree

6 files changed

+47
-0
lines changed

6 files changed

+47
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Thank you for taking the time, please report a reproducible bug
4+
title: "[Bug] <Bug Title Here>"
5+
labels: bug
6+
assignees: joshfriend
7+
8+
---
9+
10+
**Describe the bug**
11+
*A clear and concise description of what the bug is.*
12+
13+
**To Reproduce:**
14+
*Steps to reproduce the behavior:*
15+
1. ...
16+
17+
**Expected behavior:**
18+
*A clear and concise description of what you expected to happen.*
19+
20+
**Supporting Material**
21+
*If applicable, add screenshots, output log and/or other documentation to help explain your problem.*
22+
23+
**Environment (please complete the following information):**
24+
- OS: [ex: linux]
25+
- Version
26+
27+
**Additional context**
28+
Add any other context that you feel is relevant about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This CODEOWNERS file denotes the project leads
2+
# and encodes their responsibilities for code review.
3+
4+
# These owners will be the default owners for everything in the repo.
5+
* @joshfriend

GOVERNANCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## [Click here for Block Open Source Project governance information](https://github.com/block/.github/blob/main/GOVERNANCE.md)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ If you need to apply a delta separately (e.g. the base was already restored by a
127127

128128
S3 credentials are resolved via the standard AWS credential chain (environment variables, IRSA, instance profiles, etc.).
129129

130+
## Project Resources
131+
132+
| Resource | Description |
133+
|----------|-------------|
134+
| [CODEOWNERS](CODEOWNERS) | Outlines the project lead(s) |
135+
| [GOVERNANCE.md](GOVERNANCE.md) | Project governance |
136+
| [LICENSE](LICENSE) | Apache License, Version 2.0 |
137+
130138
## License
131139

132140
Apache 2.0

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": ["config:recommended", "helpers:pinGitHubActionDigests"]
4+
}

0 commit comments

Comments
 (0)