Skip to content

Commit ded8d37

Browse files
committed
feat : add issue template
Signed-off-by: laixingyou <[email protected]>
1 parent eb19d9b commit ded8d37

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: 新度量模型的想法
3+
about: 提出一个新的度量模型想法。
4+
title: "[Metrics Medel Lab]"
5+
labels: Metrics Model Lab
6+
assignees: eyehwan, normal-coder, wangliang-cs
7+
8+
---
9+
10+
<!-- 感谢你与评估模型工作组分享你的评估模型的想法!-->
11+
12+
<!-- 如果是来自 CHAOSS 度量模型工作组(https://github.com/chaoss/wg-metrics-models)的想法,你可以直接在这里附上度量模型的定义链接。目前两个社区已经建立了一个良好的合作过程。! -->
13+
14+
# 评估模型名称
15+
<!-- 计量模型的标题 -->
16+
17+
# Why it Matters
18+
<!-- 提供文字,向读者解释为什么他们应该关心这个指标模型。这个描述应该是 1-2 句话。 -->
19+
20+
# User Stories
21+
<!-- 为这个度量模型的不同类型的用户提供文本。这可能包括各种角色,包括 OSPO 成员、社区经理、开源软件用户和志愿贡献者。这应该是为每一个提供的用户故事提供一个列举式清单的形式。 -->
22+
23+
# 模型中的度量指标
24+
<!--
25+
* 度量标准 1(如果适用,可以链接到 CHAOSS 网站上的度量标准,对度量标准的简要描述,建议与数据收集相关的时间框架)。
26+
* 度量标准 2(如果适用,可以链接到 CHAOSS 网站上的度量标准,对度量标准的简要描述,建议与数据收集有关的时间框架)。
27+
* 以此类推
28+
-->
29+
30+
# 参考文献
31+
32+
<!-- 如果这个模型有一些参考资料,如论文、文章等,你可以在这里添加链接。 -->
33+
34+
# 验证这个模型的项目
35+
36+
<!-- 我们有一个按多个技术领域分类的开源项目列表,用于验证一个新的度量模型,你可以在这里选择一组项目(链接将很快出现)。如果我们提供的项目不能满足模型的验证要求,例如,模型是针对某个技术领域的,你也可以在这里提出你的要求。-->
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Saas Bug Report
3+
about: Creat a report to help us improve.
4+
title: '[Saas Bug Report]'
5+
labels: Saas Bug Report
6+
assignees: eyehwan, normal-coder, coder-sett
7+
---
8+
9+
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. Please join our chat group on [Slack](https://join.slack.com/t/oss-compass/shared_invite/zt-1ttt9sv5h-8E~oPP6VJqm8ero5qH9LlA) for supporting issues.
10+
11+
## Expected Behavior
12+
13+
<!--- Tell us what should happen -->
14+
15+
## Current Behavior
16+
17+
<!--- Tell us what happens instead of the expected behavior -->
18+
19+
## Possible Solution
20+
21+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
22+
23+
## Steps to Reproduce
24+
25+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
26+
27+
1.
28+
2.
29+
3.
30+
31+
## Context (Environment)
32+
33+
<!--- How has this issue affected you? What are you trying to accomplish? -->
34+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
35+
36+
## Detailed Description
37+
38+
<!--- Provide a detailed description of the change or addition you are proposing -->
39+
40+
## Possible Implementation
41+
42+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

0 commit comments

Comments
 (0)