Browse Source

Remove issue template since we use the react-native-community one

Mathieu Acthernoene 4 years ago
parent
commit
be4d02456f
2 changed files with 10 additions and 38 deletions
  1. 10
    10
      .github/CODE_OF_CONDUCT.md
  2. 0
    28
      .github/ISSUE_TEMPLATE.md

+ 10
- 10
.github/CODE_OF_CONDUCT.md View File

@@ -14,21 +14,21 @@ and orientation.
14 14
 Examples of behavior that contributes to creating a positive environment
15 15
 include:
16 16
 
17
-* Using welcoming and inclusive language
18
-* Being respectful of differing viewpoints and experiences
19
-* Gracefully accepting constructive criticism
20
-* Focusing on what is best for the community
21
-* Showing empathy towards other community members
17
+- Using welcoming and inclusive language
18
+- Being respectful of differing viewpoints and experiences
19
+- Gracefully accepting constructive criticism
20
+- Focusing on what is best for the community
21
+- Showing empathy towards other community members
22 22
 
23 23
 Examples of unacceptable behavior by participants include:
24 24
 
25
-* The use of sexualized language or imagery and unwelcome sexual attention or
25
+- The use of sexualized language or imagery and unwelcome sexual attention or
26 26
   advances
27
-* Trolling, insulting/derogatory comments, and personal or political attacks
28
-* Public or private harassment
29
-* Publishing others' private information, such as a physical or electronic
27
+- Trolling, insulting/derogatory comments, and personal or political attacks
28
+- Public or private harassment
29
+- Publishing others' private information, such as a physical or electronic
30 30
   address, without explicit permission
31
-* Other conduct which could reasonably be considered inappropriate in a
31
+- Other conduct which could reasonably be considered inappropriate in a
32 32
   professional setting
33 33
 
34 34
 ## Our Responsibilities

+ 0
- 28
.github/ISSUE_TEMPLATE.md View File

@@ -1,28 +0,0 @@
1
-<!--
2
-
3
-Hello!
4
-
5
-Please read the following carefully before opening a new issue. Your issue may
6
-be closed if it doesn't provide the informations required.
7
-
8
--->
9
-
10
-### Describe your environment
11
-
12
-* React-Native version
13
-* Platform: iOS, Android, both?
14
-* Device (which one?), simulator?
15
-* OS version
16
-* react-native-permissions version
17
-* Devtools: Xcode? Android Studio version?
18
-* (Android only: buildToolsVersion)
19
-
20
-### How to repeat issue and example
21
-
22
-Explain what you did, what you expected to happen, and what actually happens.
23
-Provide some code if needed.
24
-
25
-### Solution
26
-
27
-Do you know what needs to be done to address this issue? Ideally, provide a pull
28
-request with a fix.