Skip to content

Commit ec54c40

Browse files
authored
Clarify contributing guide (#1324)
1 parent c24bc39 commit ec54c40

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
What's this all about?
2+
3+
Fixes: #0000 ⬅️ Be sure to refer to an existing issue here!

docs/contributing.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
## Contributing
22

3-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
4-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
5-
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
3+
Thanks for your interest in C++/WinRT! You are welcome to contribute by filing issues for problems you encounter.
4+
Project maintainers will consider changes that improve compatibility or fix bugs.
5+
6+
The following process is required in order to have a pull request considered:
7+
8+
* File an issue for any change you would like to propose. This can start a discussion so we can agree on an approach
9+
before you invest a large amount of time. Due to the large number of dependent projects, contributions that include
10+
compatibility risk or added complexity will generally be rejected.
11+
12+
* Contributors will need the help of a project maintainer to verify the change with the Windows operating system
13+
build system. If a project maintainer is available to provide guidance and mentorship for the change, a pull request
14+
may be opened to begin the formal review process.
15+
16+
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that
17+
you have the right to, and actually do, grant us the rights to use your contribution. For details,
18+
visit https://cla.opensource.microsoft.com.
619

720
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
821
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions

0 commit comments

Comments
 (0)