From b5f73d1b8ec27faab475b430547a7a950d673dca Mon Sep 17 00:00:00 2001 From: Syed-Shahrukh-OSSRevival Date: Mon, 4 May 2026 23:01:30 +0500 Subject: [PATCH 1/2] Add github issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 3 ++ .github/ISSUE_TEMPLATE/feature_request.md | 44 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 28 +++++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7ca6f1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: ["bug", "triage"] +assignees: '' + +--- + +## Describe the bug + + + +## Version, Tool-chain, Operating System + +Use `ssmtp -V` and `gcc -v` + +``` + +``` + +## Steps to reproduce + + + +## Expected behavior + + + +## Actual behaviour + + + +## Screenshots/Logs + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6776f19 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df3efef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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? + + + +## Version, Tool-chain, Operating System + +Use `ssmtp -V` and `gcc -v` + +``` + +``` + +## Describe the solution you'd like + + + +## Steps to reproduce (if applicable) + + + +## Expected behavior (if applicable) + + + +## Actual behaviour (if applicable) + + + +## Describe alternatives you've considered + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..69022f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -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? + + + +## Version, Tool-chain, Operating System + +Use `ssmtp -V` and `gcc -v` + +``` + +``` + +## Steps you have already tried + + + +## Additional context + + From 04bfee0450685931f682c540d754971606cc75d8 Mon Sep 17 00:00:00 2001 From: Syed-Shahrukh-OSSRevival Date: Mon, 4 May 2026 23:12:32 +0500 Subject: [PATCH 2/2] Update PR template. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a178ee5..9cefb30 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ ## Description - + ## Related Ticket