Skip to content

Commit

Permalink
feat : add issue Saas Bug Report template (#336)
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 0dac972 commit c424bd7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/new-metrics-model-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Issue: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 -->
7 changes: 6 additions & 1 deletion apps/web/src/modules/academe/DataUsageProcess/DataTerms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ const DataTerms = () => {
</p>
<h3 className="my-4 text-lg font-semibold">
附:
<a download target="" href="/pdf/OSS Compass 项目合作框架协议书.pdf">
<a
className="underline"
download
target=""
href="/pdf/OSS Compass 项目合作框架协议书.pdf"
>
OSS Compass 项目合作框架协议书.pdf
</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/modules/academe/DataUsageProcess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DataUsageProcess = () => {
// href="mailto:contact@oss-compass.org"
title="contact@oss-compass.org"
>
{t('academe:submit_your_application_now')}
{t('academe:data_usage_process')}
</a>
</div>
</>
Expand Down

0 comments on commit c424bd7

Please sign in to comment.