Module: kamailio Branch: master Commit: 96300556ea4787f6f99926dcc7305ec6e4e3df75 URL: https://github.com/kamailio/kamailio/commit/96300556ea4787f6f99926dcc7305ec6...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-11-27T17:11:53+01:00
.github/ISSUE_TEMPLATE: notes about expiration of items and how to reopen
---
Modified: .github/ISSUE_TEMPLATE/bug_report.md Modified: .github/ISSUE_TEMPLATE/feature_request.md
---
Diff: https://github.com/kamailio/kamailio/commit/96300556ea4787f6f99926dcc7305ec6... Patch: https://github.com/kamailio/kamailio/commit/96300556ea4787f6f99926dcc7305ec6...
---
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e657ee1a979..01b1672bbb7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,6 +17,15 @@ If you have questions about developing extensions to Kamailio or its existing C
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
+Note that an issue report may be closed automatically after about 2 months +if there is no interest from developers or community users on pursuing it, being +considered expired. In such case, it can be reopened by writing a comment that includes +the token `/notexpired`. About two weeks before considered expired, the issue is +marked with the label `stale`, trying to notify the submitter and everyone else +that might be interested in it. To remove the label `stale`, write a comment that +includes the token `/notstale`. Also, any comment postpone the `expire` timeline, +being considered that there is interest in pursuing the issue. + If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2c21427e600..6206cee95c7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,6 +21,15 @@ If you submit a feature request (or enhancement) add the description of what you
If there is no content to be filled in a section, the entire section can be removed.
+Note that a feature request may be closed automatically after about 2 months +if there is no interest from developers or community users to implement it, being +considered expired. In such case can be reopened by writing a comment that includes +the token `/notexpired`. About two weeks before considered expired, the item is +marked with the label `stale`, trying to notify the submitter and everyone else +that might be interested in it. To remove the label `stale`, write a comment that +includes the token `/notstale`. Also, any comment postpone the `expire` timeline, +being considered that there is interest in the proposed feature request. + You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).