-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'staging' into develop"
- Loading branch information
Showing
32 changed files
with
388 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Contributing guidelines | ||
url: https://github.com/IntersectMBO/cc-portal/blob/master/CONTRIBUTING.md | ||
url: https://github.com/IntersectMBO/xxxx/blob/master/CONTRIBUTING.md | ||
about: Some rules & processes we honor. | ||
|
||
- name: Feature ideas | ||
url: https://github.com/IntersectMBO/cc-portal/discussions/categories/ideas | ||
url: https://github.com/IntersectMBO/xxxx/discussions/categories/ideas | ||
about: Maybe someone else had the same or a similar idea already? | ||
|
||
- name: All issues | ||
url: https://github.com/IntersectMBO/cc-portal/issues | ||
url: https://github.com/IntersectMBO/xxxx/issues | ||
about: Check whether your issue is not already covered here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,44 @@ | ||
name: 💡 Feature idea | ||
description: Idea or request for some feature on the CC Portal roadmap | ||
title: "💡 " | ||
labels: ["💡 Feature idea"] | ||
projects: ["IntersectMBO/24", "IntersectMBO/34"] | ||
name: Feature idea | ||
description: Idea or request for some feature on the xxxx roadmap | ||
labels: [':thought_balloon: idea'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | ||
value: | | ||
## 🌟 **Thank you for contributing to Constitutional Committee Portal!** | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before submitting a new issue consider [starting a new discussion](https://github.com/IntersectMBO/cc-portal/discussions/new?category=ideas). | ||
**Thank you for contributing to our project!** :green_heart: | ||
- type: dropdown | ||
id: design-needed | ||
attributes: | ||
label: Is there new design needed? | ||
description: Will this feature require new or edit to existing frontend designs? | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
- Not sure | ||
validations: | ||
required: true | ||
Instead of opening this issue, consider [starting a new idea discussion](https://github.com/IntersectMBO/xxxx/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: what | ||
id: why | ||
attributes: | ||
label: What? | ||
description: What is this feature? | ||
label: Why | ||
description: Why do we need or want this feature | ||
placeholder: | | ||
For example describe a new API endpoint, a change in wording, | ||
a new configuration option, ... | ||
Give context and describe the problem, challenge or opportunity you see | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: why | ||
id: what | ||
attributes: | ||
label: Why? | ||
description: Why do we need or want this feature? | ||
label: What | ||
description: What is this feature roughly about | ||
placeholder: | | ||
Give context and describe the problem the idea solves | ||
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 can we realize this feature? | ||
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 | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
- type: textarea | ||
id: user-story | ||
attributes: | ||
label: (Optional) User Story with acceptance criteria | ||
description: See examples [here](https://github.com/IntersectMBO/cardano-test-plans/blob/main/userStoryInventoryChangHF.md#2g-delegate-to-self-for-registered-dreps). | ||
placeholder: | | ||
As a [ada holder | DRep | Direct voter], I want [some goal] so that [some reason]. | ||
validations: | ||
required: false | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.