Skip to content

Commit

Permalink
Add template for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
PingqiLi committed Jul 27, 2024
1 parent f0b716c commit b20739d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Thank you for your contribution to the MindAudio repo.
Before submitting this PR, please make sure:

- [ ] You have read the [Contributing Guidelines on pull requests](https://github.com/mindspore-lab/mindaudio/blob/main/CONTRIBUTING.md)
- [ ] Your code builds clean without any errors or warnings
- [ ] You are using approved terminology
- [ ] You have added unit tests

## Motivation

(Write your motivation for proposed changes here.)

## Test Plan

(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)

## Related Issues and PRs

(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[Introduction](#introduction) |
[Installation](#installation) |
[Get Started](#get-started)
[Get Started](#get-started-with-audio-data-analysis)

English | [中文](README_CN.md)

Expand All @@ -24,11 +24,11 @@ MindAudio is a toolbox of audio models and algorithms based on [MindSpore](https

The following is the corresponding `mindaudio` versions and supported `mindspore` versions.

| `mindspore` | `mindaudio` |
| `mindspore` | `mindaudio` |
|--------------|-------------|
| `master` | `master` |
| `2.3.0` | `0.4` |
| `2.2.10` | `0.3` |
| `master` | `master` |
| `2.3.0` | `0.4` |
| `2.2.10` | `0.3` |

### data processing

Expand Down

0 comments on commit b20739d

Please sign in to comment.