From dcb17768cca675dd4368a9a0efc85d1f12f7a498 Mon Sep 17 00:00:00 2001 From: Elena Date: Sun, 1 Jan 2023 08:11:34 +0200 Subject: [PATCH] Move repo setup to .github folder (#636) --- CODEOWNERS => .github/CODEOWNERS | 0 CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 12 +++++------- .../PULL_REQUEST_TEMPLATE.md | 0 README.md | 2 +- contracts/erc20/README.md | 2 +- contracts/test-utils/README.md | 2 +- contracts/treasury/README.md | 2 +- contracts/utils/README.md | 2 +- contracts/zero-ex/README.md | 2 +- packages/contract-addresses/README.md | 2 +- packages/contract-artifacts/README.md | 2 +- packages/contract-wrappers/README.md | 2 +- packages/protocol-utils/README.md | 2 +- 15 files changed, 15 insertions(+), 17 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (85%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 85% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md index 416878802a..85c2c1890c 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,15 +2,13 @@ - - ## Expected Behavior - + ## Current Behavior @@ -50,8 +48,8 @@ | ------: | :------ | | Network | @@ -60,6 +58,6 @@ diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/README.md b/README.md index ce6f8d5778..871d1e8a79 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can include those by prepending the `@0x/typescript-typings` package to your We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. -#### Read our [contribution guidelines](./CONTRIBUTING.md). +#### Read our [contribution guidelines](.github/CONTRIBUTING.md). ### Install dependencies diff --git a/contracts/erc20/README.md b/contracts/erc20/README.md index 95cdf8f207..45d119471e 100644 --- a/contracts/erc20/README.md +++ b/contracts/erc20/README.md @@ -20,7 +20,7 @@ We strongly recommend that the community help us make improvements and determine For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the [0x Improvement Proposals (ZEIPs)](https://github.com/0xProject/ZEIPs) repository and follow the contribution guidelines provided therein. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install Dependencies diff --git a/contracts/test-utils/README.md b/contracts/test-utils/README.md index 73fd93f450..754bc5436a 100644 --- a/contracts/test-utils/README.md +++ b/contracts/test-utils/README.md @@ -24,7 +24,7 @@ import { We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install Dependencies diff --git a/contracts/treasury/README.md b/contracts/treasury/README.md index 3752591e29..0fdc4eda9a 100644 --- a/contracts/treasury/README.md +++ b/contracts/treasury/README.md @@ -16,7 +16,7 @@ We strongly recommend that the community help us make improvements and determine For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the [0x Improvement Proposals (ZEIPs)](https://github.com/0xProject/ZEIPs) repository and follow the contribution guidelines provided therein. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install Dependencies diff --git a/contracts/utils/README.md b/contracts/utils/README.md index ee88ba4d4a..0528b5ca1d 100644 --- a/contracts/utils/README.md +++ b/contracts/utils/README.md @@ -16,7 +16,7 @@ We strongly recommend that the community help us make improvements and determine For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the [0x Improvement Proposals (ZEIPs)](https://github.com/0xProject/ZEIPs) repository and follow the contribution guidelines provided therein. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install Dependencies diff --git a/contracts/zero-ex/README.md b/contracts/zero-ex/README.md index caafce40d7..25d275bd24 100644 --- a/contracts/zero-ex/README.md +++ b/contracts/zero-ex/README.md @@ -20,7 +20,7 @@ We strongly recommend that the community help us make improvements and determine For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the [0x Improvement Proposals (ZEIPs)](https://github.com/0xProject/ZEIPs) repository and follow the contribution guidelines provided therein. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install Dependencies diff --git a/packages/contract-addresses/README.md b/packages/contract-addresses/README.md index b2ca0213ad..b0c5de066e 100644 --- a/packages/contract-addresses/README.md +++ b/packages/contract-addresses/README.md @@ -25,7 +25,7 @@ var getContractAddressesForChainOrThrow = require('@0x/contract-addresses').getC We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install dependencies diff --git a/packages/contract-artifacts/README.md b/packages/contract-artifacts/README.md index 1467fc496d..ce14db0145 100644 --- a/packages/contract-artifacts/README.md +++ b/packages/contract-artifacts/README.md @@ -24,7 +24,7 @@ var artifacts = require('@0x/contract-artifacts'); We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install dependencies diff --git a/packages/contract-wrappers/README.md b/packages/contract-wrappers/README.md index 77b1daa7c5..b1bfe91b00 100644 --- a/packages/contract-wrappers/README.md +++ b/packages/contract-wrappers/README.md @@ -28,7 +28,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install dependencies diff --git a/packages/protocol-utils/README.md b/packages/protocol-utils/README.md index 291bea5f54..4ae3885f48 100644 --- a/packages/protocol-utils/README.md +++ b/packages/protocol-utils/README.md @@ -28,7 +28,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository. -Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. +Please read our [contribution guidelines](../../.github/CONTRIBUTING.md) before getting started. ### Install dependencies