浏览代码

.github/ISSUE_TEMPLATE: notes about expiration of items and how to reopen

Daniel-Constantin Mierla 1 年之前
父节点
当前提交
96300556ea
共有 2 个文件被更改,包括 18 次插入0 次删除
  1. 9 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 9 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 9 - 0
.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.

+ 9 - 0
.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).