Skip to content

Commit 7cce569

Browse files
committed
add governance docs
1 parent 8a573d0 commit 7cce569

File tree

6 files changed

+88
-0
lines changed

6 files changed

+88
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Contributing guidelines
4+
url: https://github.com/cardano-updates/blob/master/CONTRIBUTING.md
5+
about: Some rules & processes we honor.
6+
7+
- name: Feature ideas
8+
url: https://github.com/cardano-updates/discussions/categories/ideas
9+
about: Maybe someone else had the same or a similar idea already?
10+
11+
- name: All issues
12+
url: https://github.com/cardano-updates/issues
13+
about: Check whether your issue is not already covered here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature idea cardano-updates
2+
description: Idea or request for some feature for cardano-updates
3+
labels: [':thought_balloon: idea']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**Thank you for contributing to our project!** :green_heart:
9+
10+
Instead of opening this issue, consider [starting a new idea discussion](https://github.com/IntersectMBO/cardano-updates/discussions/new?category=ideas).
11+
That way, we can discuss & refine your idea together, before we adopt it as a feature into the roadmap.
12+
13+
- type: textarea
14+
id: why
15+
attributes:
16+
label: Why
17+
description: Why do we need or want this feature
18+
placeholder: |
19+
Give context and describe the problem, challenge or opportunity you see
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: what
25+
attributes:
26+
label: What
27+
description: What is this feature roughly about
28+
placeholder: |
29+
For example describe a new API endpoint, a change in messaging formats,
30+
a new configuration option, ...
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: how
36+
attributes:
37+
label: How
38+
description: How could we realize this feature
39+
placeholder: |
40+
Which technical solutions, libraries or systems should be used, which
41+
components need to change, steps how to implement this, ...
42+
validations:
43+
required: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## List of changes
2+
3+
- Add / Fix / Change / Remove

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# cardano-updates Changelog
2+
3+
All major changes to this project will be documented in this file.

CODEOWNERS.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# cardano-updates Codeowners
2+
3+
# These owners will be the default owners for everything in the repository.
4+
*
5+
6+
# General reviewers per PR
7+
# handle handle
8+
name name

SECURITY.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report (suspected) security vulnerabilities to [email protected]. You will receive a
6+
response from us within 48 hours. If the issue is confirmed, we will release a patch as soon
7+
as possible.
8+
9+
Please provide a clear and concise description of the vulnerability, including:
10+
11+
* the affected version(s) of cardano-updates,
12+
* steps that can be followed to exercise the vulnerability,
13+
* any workarounds or mitigations
14+
15+
If you have developed any code or utilities that can help demonstrate the suspected
16+
vulnerability, please mention them in your email but ***DO NOT*** attempt to include them as
17+
attachments as this may cause your Email to be blocked by spam filters.
18+
See the security file in the [Cardano engineering handbook](https://github.com/input-output-hk/cardano-engineering-handbook/blob/main/SECURITY.md).

0 commit comments

Comments
 (0)