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
138 changes: 0 additions & 138 deletions .github/API.md

This file was deleted.

18 changes: 11 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,24 @@ This is a multi-package repo which uses [Lerna](https://lernajs.io/) to
manage shared and cross-package dependencies. The basic repo layout
includes:

* `├── package.json` – the top-level "project" package that contains
<!-- markdownlint-disable -->

- `├── package.json` – the top-level "project" package that contains
the dependencies and scripts needed to manage the multi-package repo.
_This package will never be published to the registry._
* `└─── packages/` – the folder that contains individual `@zendeskgarden`
- `└─── packages/` – the folder that contains individual `@zendeskgarden`
packages which are published to the registry.<br>
&nbsp;&nbsp;&nbsp;&nbsp;`├── .template/` – a special template package referenced by `yarn
new` to generate a component.<br>
&nbsp;&nbsp;&nbsp;&nbsp;`├── .template/` – a special template package
referenced by `yarn new` to generate a component.<br>
&nbsp;&nbsp;&nbsp;&nbsp;`├── buttons/`<br>
&nbsp;&nbsp;&nbsp;&nbsp;`├── tabs/`<br>
&nbsp;&nbsp;&nbsp;&nbsp;`├── theming/`<br>
&nbsp;&nbsp;&nbsp;&nbsp;`└── etc.`

<!-- markdownlint-enable -->

For an overview of our component architecture and APIs, view our [API
documentation](API.md).
documentation](../API.md).

## Versioning Workflow

Expand Down Expand Up @@ -58,12 +62,12 @@ commands are available:
- `yarn build` to rebuild distributions across all packages.
The build runs as part of the initial install. Operates as a facade
over a Lerna command; operation may be modified using option
[flags](https://github.com/lerna/lerna#flags) (i.e. `scope`, `since`,
[flags](https://github.com/lerna/lerna#flags) (i.e. `scope`, `since`,
or `ignore`).
- `yarn new` to generate a new React component based on a package
template.

See our [development documentation](DEVELOPMENT.md) for package
See our [development documentation](../DEVELOPMENT.md) for package
implementation requirements.

## Pull Request Workflow
Expand Down
103 changes: 0 additions & 103 deletions .github/DEVELOPMENT.md

This file was deleted.

12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Steps to Reproduce

1.
1.
1.
1.
1.
1.

<!--
BONUS POINTS: spin up and share an example via
Expand All @@ -23,6 +23,6 @@

### Fine Print

* Component: <!-- buttons -->
* Version: <!-- your issue might already be fixed with the latest version -->
* Browsers: all
- Component: <!-- buttons -->
- Version: <!-- your issue might already be fixed with the latest version -->
- Browsers: all
Loading