Skip to content

Commit 2e7b211

Browse files
committed
Add files in preparation for open source
1 parent 1ec025e commit 2e7b211

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Contributing
2+
3+
[fork]: https://github.com/github/file-attachment-element/fork
4+
[pr]: https://github.com/github/file-attachment-element/compare
5+
[code-of-conduct]: CODE_OF_CONDUCT.md
6+
7+
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
8+
9+
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
10+
11+
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
12+
13+
## Submitting a pull request
14+
15+
0. [Fork][fork] and clone the repository
16+
0. Configure and install the dependencies: `script/bootstrap`
17+
0. Make sure the tests pass on your machine: `rake`
18+
0. Create a new branch: `git checkout -b my-branch-name`
19+
0. Make your change, add tests, and make sure the tests still pass
20+
0. Push to your fork and [submit a pull request][pr]
21+
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
22+
23+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
24+
25+
- Write tests.
26+
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
27+
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
28+
29+
## Resources
30+
31+
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
32+
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
33+
- [GitHub Help](https://help.github.com)

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Contributing
2+
3+
[fork]: https://github.com/github/file-attachment-element/fork
4+
[pr]: https://github.com/github/file-attachment-element/compare
5+
[code-of-conduct]: CODE_OF_CONDUCT.md
6+
7+
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
8+
9+
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
10+
11+
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
12+
13+
## Submitting a pull request
14+
15+
0. [Fork][fork] and clone the repository
16+
0. Configure and install the dependencies: `script/bootstrap`
17+
0. Make sure the tests pass on your machine: `rake`
18+
0. Create a new branch: `git checkout -b my-branch-name`
19+
0. Make your change, add tests, and make sure the tests still pass
20+
0. Push to your fork and [submit a pull request][pr]
21+
0. Pat your self on the back and wait for your pull request to be reviewed and merged.
22+
23+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
24+
25+
- Write tests.
26+
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
27+
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
28+
29+
## Resources
30+
31+
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
32+
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
33+
- [GitHub Help](https://help.github.com)

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you discover a security issue in this repository, please submit it through the [GitHub Security Bug Bounty](https://hackerone.com/github).

0 commit comments

Comments
 (0)