Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.79 KB

File metadata and controls

29 lines (23 loc) · 1.79 KB

Contributing to graph-api-webhooks-samples

We want to make contributing to this project as easy and transparent as possible.

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from main.
  2. If you're adding a new sample application in a different programming language than our existing samples, please create the sample using the folder structure:
    1. The Facebook Platform (e.g. instagram-subscriptions).
    2. The Cloud platform to which the sample is specific, if relevant (e.g., heroku, aws).
    3. The primary programming language of the application (e.g., nodejs).
    4. The sample appliation name, ideally describing its purpose. If there are auxiliary languages such as shell scripts, or Infrastructure-as-Code tools like Terraform or AWS Cloud Development Kit, these could be included in the sample name. For example, an example that used AWS CDK to build an Instagram Subscritpions Webhook using AWS API Gateway and Lambda could be named instagram-subscriptions/aws/javascript/cdk-api-gateway-lambda.
  3. If you've changed APIs, update the documentation.
  4. If you haven't already, complete the Contributor License Agreement ("CLA").

Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.

Complete your CLA here: https://code.facebook.com/cla

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

Facebook has a bounty program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue.