Skip to content

Commit 49aca91

Browse files
committed
Merge branch 'dev' of github.com:SharePoint/sp-dev-fx-controls-react into dev
2 parents 2c05cbf + e2fc632 commit 49aca91

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Please use following logic on submitting your questions or issues to right locat
2020

2121
## Contributing
2222

23+
We'd love your help! If you have ideas for new features or feedback, let us know by creating an issue in the [issues list](https://github.com/pnp/sp-dev-fx-controls-react/issues). Before you submit a PR with your improvements, please review our [project guides](https://pnp.github.io/sp-dev-fx-controls-react/guides).
24+
2325
This project welcomes contributions and suggestions. Most contributions require you to agree to a
2426
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
2527
the rights to use your contribution. For details, visit https://cla.microsoft.com.

docs/guides/contributing.md renamed to docs/documentation/docs/guides/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ We appreciate that you're interested in helping with moving the project forward.
44

55
Sharing is caring!
66

7-
## You have an idea for a new command
7+
## You have an idea for a new component
88

99
Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/pnp/sp-dev-fx-controls-react/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself.
1010

11-
When building a new control, try to add your control to the default provided web part so that everyone can test it out. Please also provide the documentation for your controls in the [documentation section](../documentation).
11+
When building a new control, try to add your control to the default provided web part so that everyone can test it out. Please also provide the documentation for your controls in the [documentation section](../).
1212

13-
## You have a suggestion for improving an existing command
13+
## You have a suggestion for improving an existing component
1414

1515
Nothing is perfect. If you have an idea how to improve an existing command or the CLI, let us know by submitting an issue in the [issue list](https://github.com/pnp/sp-dev-fx-controls-react/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone.
1616

File renamed without changes.

docs/guides/mpa.md renamed to docs/documentation/docs/guides/mpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The shortest way to prepare your local copy of the project for development and t
44

55
## Install prerequisites
66

7-
Before you start contributing to this project, you will need Node.js. This project has been tested with the LTS version of Node.js and the version of NPM that comes with it.
7+
Before you start contributing to this project, you will need Node.js. This project has been tested with the 6.x and 8.x versions of Node.js and the version of NPM that comes with it. You can use [Node Version Manager](https://github.com/nvm-sh/nvm) to switch between different versions of Node.js.
88

99
## Get the local version of the CLI
1010

File renamed without changes.

docs/documentation/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ nav:
5656
- About:
5757
- 'Release notes': 'about/release-notes.md'
5858
- License: 'about/license.md'
59+
- 'Project Guides': 'guides'
60+
5961
theme:
6062
name: 'material'
6163
palette:

0 commit comments

Comments
 (0)