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
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: ["bug", "triage"]
assignees: ''

---

## Describe the bug

<!--A clear and concise description of what the bug is.-->

## Version, Tool-chain, Operating System

Use `ssmtp -V` and `gcc -v`

```
<!--Replace with output of commands-->
```

## Steps to reproduce

<!--Exact steps in sequential order to trigger the bug.-->

## Expected behavior

<!--A clear and concise description of what you expected to happen.-->

## Actual behaviour

<!--A clear and concise description of what actually happens.-->

## Screenshots/Logs

<!--If applicable, add screenshots to help explain your problem.-->
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# check https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser

blank_issues_enabled: false
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[ENH] "
labels: ["enhancement", "triage"]
assignees: ''

---

## Is your feature request related to a problem?

<!--A clear and concise description of what the problem is. Ex. Improve TLS read/write.-->

## Version, Tool-chain, Operating System

Use `ssmtp -V` and `gcc -v`

```
<!--Replace with output of commands-->
```

## Describe the solution you'd like

<!--A clear and concise description of what you want to happen.-->

## Steps to reproduce (if applicable)

<!--Steps to reproduce the current behavior or proposed steps to implement.-->

## Expected behavior (if applicable)

<!--A clear and concise description of what you expected to happen.-->

## Actual behaviour (if applicable)

<!--A clear and concise description of what actually happens.-->

## Describe alternatives you've considered

<!--A clear and concise description of any alternative solutions or features you've considered.-->

## Additional context

<!--Add any other context or screenshots to help explain your feature.-->
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Question or support request
about: You're puzzled or something doesn't work as expected
title: "[?] "
labels: ["support", "triage"]
assignees: ''

---

## What is the issue?

<!--A clear and concise description of what you need help with.-->

## Version, Tool-chain, Operating System

Use `ssmtp -V` and `gcc -v`

```
<!--Replace with output of commands-->
```

## Steps you have already tried

<!--Describe any troubleshooting steps you've already taken.-->

## Additional context

<!--Add any other context or screenshots to help explain your feature.-->
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Description
<!-- Briefly describe the change and its purpose -->
<!-- Briefly describe the change and its purpose. If the change does not relates to a Github issue please provide step to reproduce the issue which PR fixes if required. -->

## Related Ticket
<!-- Link to GitHub issue (e.g., Fixes #123) -->
Expand Down
Loading