diff --git a/.github/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING rename to CONTRIBUTING.md diff --git a/README.md b/README.md index b8f8526..bce0e1a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An index of applications built for the nRF Connect SDK. ## Contributing -If you or your organization has a project that you'd like to include in the nRF Connect SDK App Index, you can open a pull request against this repository. See the details shown in the [`CONTRIBUTING`](.github/CONTRIBUTING) file for more information. +If you or your organization has a project that you'd like to include in the nRF Connect SDK App Index, you can open a pull request against this repository. See the details shown in the [`CONTRIBUTING`](./CONTRIBUTING.md) file for more information. ## Development diff --git a/site/src/app/AboutDialog.tsx b/site/src/app/AboutDialog.tsx index ef59543..c66d877 100644 --- a/site/src/app/AboutDialog.tsx +++ b/site/src/app/AboutDialog.tsx @@ -48,7 +48,14 @@ export default function AboutDialog(props: { close: () => void }): JSX.Element {
If you've developed an application or sample, you can apply to have it - listed in this index. + listed in this index. Read the{' '} + + contribution guidelines + {' '} + for details.