Skip to content

Commit 26049f0

Browse files
committed
Add Code of Conduct, Issue Templates
1 parent c78f436 commit 26049f0

8 files changed

+157
-27
lines changed

.github/ISSUE_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
`react-native-fbsdk` is a wrapper around the Facebook SDKs for iOS and Android. GitHub Issues in the `facebook/react-native-fbsdk` repository are used exclusively for tracking bugs in the React Native wrapper.
2+
3+
- To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.
4+
5+
- To report an issue with the `react-native-fbsdk` package, please pick a template at https://github.com/facebook/react-native-fbsdk/issues/new/choose.

.github/ISSUE_TEMPLATE/bug_report.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🐛 Report a Bug in the Facebook SDK
3+
about: To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.
4+
---
5+
6+
`react-native-fbsdk` is a wrapper around the Facebook SDKs for iOS and Android. GitHub Issues in the `facebook/react-native-fbsdk` repository are used exclusively for tracking bugs in the React Native wrapper.
7+
8+
- To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.
9+
10+
- To report an issue with the `react-native-fbsdk` package, please pick a different template at https://github.com/facebook/react-native-fbsdk/issues/new/choose.

.github/ISSUE_TEMPLATE/new_issue.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 🐛 Report a Bug in the react-native-fbsdk package.
3+
about: Report a reproducible bug or regression in the React Native wrapper.
4+
---
5+
6+
## Environment
7+
8+
Run `react-native info` in your terminal and paste its contents here.
9+
10+
## Description
11+
12+
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
13+
14+
## Reproducible Demo
15+
16+
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/.
17+
Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve

.github/ISSUE_TEMPLATE/question.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 💬 Question
3+
about: If you need help with react-native-fbsdk, the right place to go depends on the type of help that you need.
4+
---
5+
6+
`react-native-fbsdk` is a wrapper around the Facebook SDKs for iOS and Android. GitHub Issues in the `facebook/react-native-fbsdk` repository are used exclusively for tracking bugs in the React Native wrapper. GitHub may not be the ideal place to ask questions about using React Native, but we have compiled a list of resources that should help.
7+
8+
### Report a bug in the Facebook SDK for iOS or Android
9+
10+
`react-native-fbsdk` is a wrapper around the Facebook SDKs for iOS and Android. If you've found a bug in the Facebook SDK itself, please visit https://developers.facebook.com/bugs/.
11+
12+
### Get help using `react-native-fbsdk` in your app
13+
14+
Many members of the community use Stack Overflow to ask questions. Read through the [existing questions](https://stackoverflow.com/questions/tagged/react-native-fbsdk?sort=frequent) tagged with **react-native-fbsdk** or [ask your own](http://stackoverflow.com/questions/ask?tags=react-native-fbsdk)!
15+
16+
### Get help with your React Native app
17+
18+
There are a lot of developers around the world using React Native. You can find a list of community resources at http://facebook.github.io/react-native/help
19+
20+
### Chat with React and React Native community members
21+
22+
If you need an answer right away, check out the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) community. There are usually a number of React Native experts there who can help out or point you to somewhere you might want to look.

.github/PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
2+
Help us understand your motivation by explaining why you decided to make this change.
3+
4+
If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.
5+
6+
Test Plan:
7+
8+
Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!

CODE_OF_CONDUCT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
4+
Please read the [full text](https://code.fb.com/codeofconduct/)
5+
so that you can understand what actions will and will not be tolerated.

CONTRIBUTING.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ Facebook welcomes contributions to our SDKs.
22

33
All contributors must sign a CLA (contributor license agreement) here:
44

5-
https://developers.facebook.com/opensource/cla
5+
https://developers.facebook.com/opensource/cla
66

77
To contribute on behalf of your employer, sign the company CLA
88
To contribute on behalf of yourself, sign the individual CLA
99

1010
All contributions:
1111

12-
1/ MUST be be licensed using the Apache License, Version 2.0
12+
1/ MUST be be licensed using the Apache License, Version 2.0
1313
2/ authors MAY retain copyright by adding their copyright notice to the appropriate flies
1414

1515
More information on the Apache License can be found here: http://www.apache.org/foundation/license-faq.html
16+
17+
## Code of Conduct
18+
19+
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://code.fb.com/codeofconduct/) so that you can understand what actions will and will not be tolerated.

0 commit comments

Comments
 (0)