Browse Source

Revert "fix ISSUE_SPECIFICATION.md link did not emded" (#61)

tags/v0.1.0
Xinwei Xiong GitHub 3 years ago
parent
commit
db1f3b2d48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 37 deletions
  1. +0
    -37
      docs/ISSUE_SPECIFICATION.md

+ 0
- 37
docs/ISSUE_SPECIFICATION.md View File

@@ -1,37 +0,0 @@
# issue specification
- we use [lot issues](https://github.com/openIMSDK/openKF/issues) before reporting bugs, Please make sure that has been
searching similar [question](https://github.com/OpenIMSDK/OpenKF/issues), because they may have already answered or
is being repaired. New questions should be directed to [Question Assistant](https://openIMSDK/issue-helper?repo=openKF) submitted. For bug reports, include code that can be used to reproduce the problem and how to reproduce
it. For new feature suggestions, indicate the changes you want and the expected behavior.
## **for commit**
##### **working for pr**
- commiters should finish code unit test again and record test dirary and if nessary do somke test
- commiters should check for code
convenant [code convenant](https://github.com/OpenIMSDK/OpenKF/CONTRIBUTING.md)
##### **working for issue management**
- add labels to each issue and check it out.
- format issue style when needed.
- keep in touch with each contributor.
- Keep up with the status of the issue.
- assign assign one or more who to solve it.
## **for contribute**
##### **raise issue**
- developers should add full labels for issue you raised.(including **kind**(问题类型 such as,feat,bug),**Degree of
importance**(重要程度 emergency,important,normal),**strategy**(处置策略 such as self ,paticipant,coperation),*
*progress**(进度 such as running,later),**size**(问题规模 such as L,M,XXL))
##### **claim issue and meke pr**
- developers can claim it by comment (want to claim + issueId)
- when doing pr process, developer should make Incremental testing at first and then doing **/contributor.md 's**
process.

Loading…
Cancel
Save