File: CONTRIBUTING.md

package info (click to toggle)
node-fbjs 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,128 kB
  • sloc: javascript: 9,935; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Contributing to Facebook Open Source Projects

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

## Our Development Process

This project is mainly for Facebook developers to ship dependencies to our
other projects. Some of this code is synced out from internal repositories.

## Pull Requests

Since this project's primary goal is to support Facebook projects and
engineers, we may be unresponsive to community pull requests. In addition,
since some of this code is synced out from internal locations, it can be
difficult for us to accept PRs. We'll do our best to accomodate but we may not
be able to accept all contributions.

## 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](https://www.facebook.com/whitehat/) 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.

## License

By contributing to FBJS, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.