Skip to content

Commit

Permalink
feat : add issue template
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <laixy7@gmail.com>
  • Loading branch information
coder-sett committed Mar 12, 2024
1 parent a68a3f0 commit 7fea761
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/new-metrics-model-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: New Metrics Model Idea
about: Suggesting a new metrics models idea.
title: "[Metrics Medel Lab]"
labels: Metrics Model Lab
assignees: eyehwan, normal-coder, wangliang-cs

---

<!-- Thank you for sharing your metric model idea with the Metrics Model Working Group! -->

<!-- If it is an idea coming from CHAOSS metrics-model working group(https://github.com/chaoss/wg-metrics-models), you can attach metrics-model definition link here directly. Because we two communities have already setup a soomth collaboration process together. ! -->

# Metric Model Title
<!-- Title of the Metric Model -->

# Why it Matters
<!-- Provide text to explain to a reader why they should care about the metrics model. This description should be 1-2 sentences. -->

# User Stories
<!-- Provide text to the different types of users of this metrics model. This could include various roles including OSPO members, community managers, open source software users, and volunteer contributors. This should be in the form of a bulleted list for each of the provided user stories. -->

# Metics in the Model
<!--
* Metric 1 (Link to metric on the CHAOSS website if applicable, brief description of the metric, and the suggested timeframe associated with data collection if applicable)
* Metric 2 (Link to metric on the CHAOSS website if applicable, brief description of the metric, and the suggested timeframe associated with data collection if applicable)
* And so on
-->

# References

<!-- if this model has some references, like papers, articles etc, you can add links here.
-->

# Projects to verify this model
<!-- we have a list of open source projects classified by multiple technical fieds used to verify a new metrics-model, you can select a group of projects here(link would be coming soon). If projects we provided can not meet model's verify requirement, e.g. model is specific for a technical field, you can pop your requirement here also.
-->
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/saas-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Saas Bug Report
about: Creat a report to help us improve.
title: '[Saas Bug Report]'
labels: Saas Bug Report
assignees: eyehwan, normal-coder, coder-sett
---

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.

## Expected Behavior

<!--- Tell us what should happen -->

## Current Behavior

<!--- Tell us what happens instead of the expected behavior -->

## Possible Solution

<!--- Not obligatory, but suggest a fix/reason for the bug, -->

## Steps to Reproduce

<!--- Provide a link to a live example, or an unambiguous set of steps to -->

1.
2.
3.

## Context (Environment)

<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Detailed Description

<!--- Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation

<!--- Not obligatory, but suggest an idea for implementing addition or change -->
2 changes: 1 addition & 1 deletion modules/community
2 changes: 1 addition & 1 deletion modules/docs
2 changes: 1 addition & 1 deletion modules_i18n/community-zh
2 changes: 1 addition & 1 deletion modules_i18n/docs-zh

0 comments on commit 7fea761

Please sign in to comment.