Skip to content
Merged
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/low_no_code_task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: ✨ Low- and No-Code Task
description: Suggest a task for low- or no-code.
title: "[SUBJECT]:"
labels: ["needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for helping improve the Mautic through low- and no-code contribution! Please fill out the details below.

- type: textarea
id: description
attributes:
label: Description
description: Please describe the task.
placeholder: "e.g., Write content for a blog post about [subject]."
validations:
required: true

- type: dropdown
id: willingness-to-pr
attributes:
label: Are you willing to help us work on the task and make a pull request?
description: Contributing a pull request is the fastest way to get this done.
options:
- "— Select an option —"
- "No"
- "Yes"
- "Yes, but I need help"
validations:
required: true
29 changes: 29 additions & 0 deletions .github/pull_request_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Description


<!-- PLEASE WRITE ABOVE THIS COMMENT. -->

<!--

Clearly describe what task you have completed in this PR. Share also the link to your task, whether it's a link to the PR if you've reviewed or tested it, Google Docs, Canva, YouTube, etc.

If the request is not complete but you want feedback or have quetions, you can select the "Draft Pull Request" option from the dropdown menu when creating the PR, then ask your questions or write your feedback in the comment.

-->

## Linked issue


<!-- PLEASE WRITE ABOVE THIS COMMENT. -->

<!--

If your PR is related to a current issue, please link to that issue number. Type the keyword "Closes" followed by a hashtag (#) symbol and the issue number that you can find right after the issue title. Don't add anything else, such as period, comma, etc, to this. For example:

❌ Closes: #123.

✅ Closes #123

Doing so will automatically close the issue when one of our maintainers merges your PR.

-->
Loading