Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jan 30, 2025
1 parent 26fe9e8 commit a885284
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: "\U0001F41B Bug Report"
about: If something isn't working as expected.
title: ''
labels: ''
assignees: ''

---

## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

<!--
Read https://github.com/edutap-eu/edutap.wallet_google/blob/main/CONTRIBUTING.md
Please include tracebacks, screenshots, Jupyter notebooks, code of debugging sessions or code that reproduces the issue if possible.
The best reproductions are in plain `.venv` installations without plug-ins or at least with minimal needed integrations installed.
-->

### What I did:

<!-- Please a reproducible description, including preconditions. -->

### What I expect to happen:

<!-- Please tell us what the expected result is. -->

### What actually happened:

<!-- Please tell us the actual result. -->

### Versions used:

<!--
What versions of Python, edutap.wallet_google, plug-ins were used?
What Operating System and version were used?
-->
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: "\U0001F680 Feature proposal"
about: Feature Proposal
title: ''
assignees: ''

---

## Feature Proposal
<!--
Read https://github.com/edutap-eu/edutap.wallet_google/blob/main/CONTRIBUTING.md
Brief description of the feature.
-->

## Motivation

<!--
Reason or motivation this proposal was created
-->

## Assumptions

<!-- Preconditions -->

## Proposal & Implementation

<!--
Detailed proposal with implementation details and - if needed - possible variants to be discussed.
-->

## Risks

<!--
What will break/ affect existing installations of Plone after upgrade, including end user point of view, training efforts etc.
-->

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: "\U0010067 Question"
about: Question
title: ''
assignees: ''

---

## Feature Proposal
<!--
Read https://github.com/edutap-eu/edutap.wallet_google/blob/main/CONTRIBUTING.md
Brief description of the feature.
-->

## Motivation

<!--
Reason or motivation this proposal was created
-->

## Assumptions

<!-- Preconditions -->

## Proposal & Implementation

<!--
Detailed proposal with implementation details and - if needed - possible variants to be discussed.
-->

## Risks

<!--
What will break/ affect existing installations of Plone after upgrade, including end user point of view, training efforts etc.
-->

## Versions used

<!--
What versions of Python, edutap.wallet_google, plug-ins were used?
What Operating System and version were used?
-->

0 comments on commit a885284

Please sign in to comment.