Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Add Code of Conduct, Issue Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Nov 6, 2018
1 parent c78f436 commit 26049f0
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,5 @@
`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.

- To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.

- 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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,10 @@
---
name: 🐛 Report a Bug in the Facebook SDK
about: To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.
---

`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.

- To report a bug in the iOS or Android Facebook SDK, please visit https://developers.facebook.com/bugs/.

- 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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/new_issue.md
@@ -0,0 +1,17 @@
---
name: 🐛 Report a Bug in the react-native-fbsdk package.
about: Report a reproducible bug or regression in the React Native wrapper.
---

## Environment

Run `react-native info` in your terminal and paste its contents here.

## Description

Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.

## Reproducible Demo

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/.
Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,22 @@
---
name: 💬 Question
about: If you need help with react-native-fbsdk, the right place to go depends on the type of help that you need.
---

`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.

### Report a bug in the Facebook SDK for iOS or Android

`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/.

### Get help using `react-native-fbsdk` in your app

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)!

### Get help with your React Native app

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

### Chat with React and React Native community members

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.
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.

If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.

Test Plan:

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!
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,5 @@
# Code of Conduct

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.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -2,14 +2,18 @@ Facebook welcomes contributions to our SDKs.

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

https://developers.facebook.com/opensource/cla
https://developers.facebook.com/opensource/cla

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

All contributions:

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

More information on the Apache License can be found here: http://www.apache.org/foundation/license-faq.html

## Code of Conduct

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 comments on commit 26049f0

Please sign in to comment.