Skip to content

Commit

Permalink
Make contribution guidelines more accessible (#17)
Browse files Browse the repository at this point in the history
Moves the file to the root of the project, adds a .md extension and
links to it from the webpage.
  • Loading branch information
trond-snekvik authored Oct 24, 2023
1 parent 3c34d64 commit e812e48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 8 additions & 1 deletion site/src/app/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ export default function AboutDialog(props: { close: () => void }): JSX.Element {
<H2>Contributing</H2>
<P>
If you've developed an application or sample, you can apply to have it
listed in this index.
listed in this index. Read the{' '}
<a
className="text-blue-800"
href="https://github.com/nrfconnect/ncs-app-index/blob/main/CONTRIBUTING.md"
>
contribution guidelines
</a>{' '}
for details.
</P>
</div>
</div>
Expand Down

0 comments on commit e812e48

Please sign in to comment.