You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome Flyers! We're so excited that you're considering contributing to PatternFly Elements, the web component implementation of the PatternFly design system.
10
9
11
10
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.md).
12
11
13
12
Please note that this project is released with a [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
14
13
15
-
## Submitting a pull request
16
-
17
-
1.[Fork][fork] and clone the repository (see the Quick start in the [README][README.md])
18
-
2. Create a new branch. Please use the [conventional commit](cc) formatting for the branch name.
19
-
> `git checkout -b feat-my-branch-name`
20
-
3. Make your change, [add tests](https://patternfly.github.io/patternfly-elements/develop/step-3/), and make sure the automated testing passes.
21
-
4. Push to your fork and [submit a pull request][pr]. Be sure to select from the available PR templates.
22
-
23
-
24
-
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
25
-
26
-
- Review the documentation.
27
-
- Follow the style/format of the existing code.
28
-
- Write tests for your changes.
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
-
- Be responsive during code review, as much as possible.
31
-
32
14
## Submitting an Issue
33
15
34
16
### Bug Reporting
@@ -50,9 +32,26 @@ If you have a feature that you think would be a great addition to the project:
50
32
51
33
To suggest a feature use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md).
52
34
35
+
## Submitting a pull request
36
+
37
+
1. Check the [issue queue](https://github.com/patternfly/patternfly-elements/issues). If your pull request does not map to an issue in the queue, please open a [new issue](https://github.com/patternfly/patternfly-elements/issues).
38
+
2.[Fork][fork] and clone the repository (see the Quick start in the [README][README.md])
39
+
3. Create a new branch. Please use the [conventional commit](cc) formatting for the branch name.
40
+
git checkout -b feat-my-branch-name
41
+
4. Make your change, [add tests](https://patternfly.github.io/patternfly-elements/develop/step-3/), and make sure the automated testing passes.
42
+
5. Push to your fork and [submit a pull request][pr]. Be sure to select from the available PR templates.
43
+
44
+
45
+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
46
+
47
+
- Review the documentation.
48
+
- Follow the style/format of the existing code.
49
+
- Write tests for your changes.
50
+
- Keep your change as small and 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.
51
+
- Be responsive during code review, as much as possible.
53
52
54
53
## Resources
55
54
56
55
-[Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
0 commit comments