Skip to content

Commit

Permalink
import govtool code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Williams committed Dec 17, 2023
1 parent 0e6954c commit 27888c2
Show file tree
Hide file tree
Showing 534 changed files with 87,226 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: You might have found a bug and decide to report it
title: ''
labels: 'bug :bug:'
assignees: ''
---

## Context & versions
<!-- Explain your setup and what versions have been used. -->

## Steps to reproduce
<!--
1. Prepared x
2. Started y
3. Submitted z
If not reproducible, describe the steps you took as you remember it.
-->

## Actual behavior
<!-- A description of the (reproducible) outcome. -->

## Expected behavior
<!-- A description of what you expect to happen instead. -->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
blank_issues_enabled: true
contact_links:
- name: Contributing guidelines
url: https://github.com/input-output-hk/voltaire-era/blob/master/CONTRIBUTING.md
about: Some rules & processes we honor.

- name: Feature ideas
url: https://github.com/input-output-hk/voltaire-era/discussions/categories/ideas
about: Maybe someone else had the same or a similar idea already?

- name: All issues
url: https://github.com/input-output-hk/voltaire-era/issues
about: Check whether your issue is not already covered here.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_idea.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature idea
description: Idea or request for some feature on the GovTool roadmap
labels: [':thought_balloon: idea']
body:
- type: markdown
attributes:
value:
value: |
**Thank you for contributing to our project!** :green_heart:
Instead of opening this issue, consider [starting a new idea discussion](https://github.com/input-output-hk/voltaire-era/discussions/new?category=ideas).
That way, we can discuss & refine your idea together, before we adopt it as a feature into the roadmap.
- type: textarea
id: why
attributes:
label: Why
description: Why do we need or want this feature
placeholder: |
Give context and describe the problem, challenge or opportunity you see
validations:
required: true

- type: textarea
id: what
attributes:
label: What
description: What is this feature roughly about
placeholder: |
For example describe a new API endpoint, a change in messaging formats,
a new configuration option, ...
validations:
required: true

- type: textarea
id: how
attributes:
label: How
description: How could we realize this feature
placeholder: |
Which technical solutions, libraries or systems should be used, which
components need to change, steps how to implement this, ...
validations:
required: true
Loading

0 comments on commit 27888c2

Please sign in to comment.