Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion contributing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The following guidelines are meant to help contributors to create and edit conte

* [Writing content](content.md)
* [Image usage](images.md)
* [Designing components](design.md)


## Editing pages
Expand All @@ -52,7 +53,10 @@ At the bottom of every of our [documentation pages](https://developer.dxc.com/de

### Pull requests

To update any of our documentation pages you will need to fork our repository and then make a contribution. See how you can [create a pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) to propose changes you've made to a fork of our repository.
To update any of our documentation pages you can follow the following procedures:

* **Standard**: fork our repository and then make a contribution. See how you can [create a pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) to propose changes you've made to a fork of the upstream repository.
* **Regular contributors**: depending of contribution and the expected release, the PR can be done to a release branch or a feature branch. Feature branches are created on demand.

:heavy_exclamation_mark: **Don't forget to check our contribution guidelines before submitting your pull request:**

Expand Down
1 change: 1 addition & 0 deletions contributing/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Add WCAG success criterion and WAI-ARIA design pattern and example when availabl

* [Angular CDK component](url)
* [React CDK component](url)
* [Adobe XD component](url)

____________________________________________________________

Expand Down