Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---

name: Bug report

about: Create a report to help us improve the project

title: '\[BUG] '

labels: bug

assignees: ''

---



\*\*Describe the bug\*\*

A clear and concise description of what the bug is.



\*\*To Reproduce\*\*

Steps to reproduce the behavior:

1\. Go to '...'

2\. Click on '....'

3\. See error



\*\*Expected behavior\*\*

A clear and concise description of what you expected to happen.



\*\*Environment details:\*\*

 - OS: \[e.g. Linux, Windows, macOS]

 - Version \[e.g. 22.04]

13 changes: 11 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## List of changes
\## Description

\## Related Issue

\## Checklist

\- \[ ] My code follows the style guidelines of this project

\- \[ ] I have performed a self-review of my changes

\- \[ ] I have added or updated the necessary documentation

- Added / Fixed / Changed / Removed
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Antaeus Changelog
# \# Changelog

#

# All notable changes to this project will be documented in this file.

# The format is based on \[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

# and this project adheres to \[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

#

# \## \[Unreleased]

# \### Added

# \- Initial project documentation (`CODEOWNERS`, `CHANGELOG.md`) per OSC Governance.

# \- GitHub issue and pull request templates.

# \- Security policy (`SECURITY.md`).

All major changes to this project will be documented in this file.
3 changes: 3 additions & 0 deletions CODEOWNERS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file dictates who needs to review changes to specific areas of the code.
# Fallback for the whole repo:
* @CardanoHubNBO/owners
34 changes: 21 additions & 13 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Security Policy
\# Security Policy

## Reporting a Vulnerability

Please report (suspected) security vulnerabilities to security@intersectmbo.org. You will receive a
response from us within 48 hours. If the issue is confirmed, we will release a patch as soon
as possible.

Please provide a clear and concise description of the vulnerability, including:
\## Supported Versions

* the affected version(s) of antaeus,
* steps that can be followed to exercise the vulnerability,
* any workarounds or mitigations

If you have developed any code or utilities that can help demonstrate the suspected
vulnerability, please mention them in your email but ***DO NOT*** attempt to include them as
attachments as this may cause your Email to be blocked by spam filters.
See the security file in the [Cardano engineering handbook](https://github.com/input-output-hk/cardano-engineering-handbook/blob/main/SECURITY.md).

| Version | Supported |

| ------- | ------------------ |

| Main | :white\_check\_mark: |



\## Reporting a Vulnerability



We take the security of our project seriously. If you discover a security vulnerability, please \*\*do not\*\* report it through public GitHub issues.



Instead, please report it privately to the maintainers. You can do this by checking if \[Private Vulnerability Reporting](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability) is enabled on this repository, or by reaching out to the organization administrators directly.