Skip to content

Commit

Permalink
Merge pull request #579 from privacy-scaling-explorations/chore/updat…
Browse files Browse the repository at this point in the history
…e-pr-template

chore: updated pr template
  • Loading branch information
ctrlc03 authored Jan 8, 2025
2 parents b618e50 + a3e2d02 commit ece0f19
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug report
about: Report a bug in MACI Platform
---

# Prerequisites

Please answer the following questions for yourself before submitting an issue.

- [ ] I am not running a deprecated version
- [ ] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed

# Expected Behavior

Please describe the behavior you are expecting

# Current Behavior

What is the current behavior?

# Failure Information

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

## Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1. step 1
2. step 2
3. you get it...

## Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

- MACI Platform version:
- MACI version:

## Failure Logs

Please include any relevant log snippets or files here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for MACI Platform
---

# Prerequisites

Please answer the following question for yourself before submitting a feature request.

- [ ] I checked to make sure that this request has not already been filed

# Motivation

Is your feature request related to a specific problem? Is it just a crazy idea? Tell us about it!

# Details

Please describe your feature request in detail.

Make sure that you have reviewed [MACI's Contributor Guidelines](https://maci.pse.dev/docs/contributing)
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Description

<!-- Please provide a detailed description of the pull request you are opening. -->

## Additional Notes

<!-- If there are any additional notes, requirements or special instructions related to this PR, please specify them here. -->

## Related issue(s)

<!-- Please list here with closing keywords any issues that this pull request is related to (fix #$ISSUE_NUMBER). -->

## Confirmation

> [!IMPORTANT]
> We do not accept minor grammatical fixes (e.g., correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions, while appreciated, are not a priority for merging. If there is a grammatical error feel free to message the team.
- [ ] I have read and understand MACI's [contributor guidelines](https://maci.pse.dev/docs/contributing) and [code of conduct](https://maci.pse.dev/docs/contributing/code-of-conduct).
- [ ] I run and verified that all tests pass acording to MACI's [testing guide](https://maci.pse.dev/docs/guides/testing).

0 comments on commit ece0f19

Please sign in to comment.