Skip to content

Commit

Permalink
docs: add top-level CONTRIBUTING.md
Browse files Browse the repository at this point in the history
At this time, this is just a table-of-contents for the other
contributing docs in the repo.

As we standardize the procedures across projects, some or all of the
project-specific contributing guides will probably go away, but for now,
we link to them.
  • Loading branch information
wincent committed Oct 1, 2020
1 parent 023ef9e commit 4a2ae49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

## Project-specific contribution guidelines

- [eslint-config](projects/eslint-config/CONTRIBUTING.md)
- [npm-tools](projects/npm-tools/CONTRIBUTING.md)

## General contributing tips for the monorepo as a whole

- [Creating a project](contributing/creating-a-project.md)
- [Importing a project](contributing/importing-a-project.md)
- [Migrating an npm package to the `@liferay` named scope](contributing/migrating-an-npm-package-to-the-liferay-named-scope.md)

0 comments on commit 4a2ae49

Please sign in to comment.