Skip to content

Commit 57c9b0e

Browse files
committed
docs: Add CONTRIBUTING.md file
1 parent 58a0e23 commit 57c9b0e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Contributing
2+
3+
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
4+
5+
Contributions to this project are [released](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.txt).
6+
7+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
8+
9+
10+
## Pre-requirements
11+
12+
Before you start contributing to this project, please ensure that you have the following:
13+
14+
- [PowerBI Report Builder](https://www.microsoft.com/en-us/power-platform/products/power-bi/downloads) installed on your machine.
15+
- Access to the [GitHub Copilot Metrics API](https://docs.github.com/en/rest/copilot?apiVersion=2022-11-28) within your organization.
16+
17+
## Submitting a pull request
18+
19+
1. [Fork][fork] and clone the repository
20+
1. Create a new branch: `git checkout -b my-branch-name`
21+
1. Make your change, add tests, and make sure the tests still pass
22+
1. Push to your fork and [submit a pull request][pr]
23+
1. Pat yourself on the back and wait for your pull request to be reviewed and merged.
24+
25+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
26+
27+
- Follow the [style guide][style].
28+
- Write tests.
29+
- 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.
30+
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
31+
32+
## Resources
33+
34+
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
35+
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
36+
- [GitHub Help](https://help.github.com)

0 commit comments

Comments
 (0)