diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index bf8ac057e..000000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "files": ["README.md"], - "imageSize": 100, - "commit": false, - "contributorsPerLine": 5, - "projectName": "neardevhub-widgets", - "projectOwner": "near", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true, - "commitConvention": "none", - "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)" -} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e0554b80..e5322294f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,11 +56,12 @@ npm run dev -a bob.near -c contract.bobs.near -n mainnet By using these flags, you have the flexibility to customize the development environment according to your specific needs. + #### Developing across multiple environments When referencing a component or any parameter that depends on the network, please use the placeholders defined in replacements.*.json. There are three such files that correspond to different environments: -`replacements.dev.json` - deploys the develop branch, to testnet @ test.beta.near.org +`replacements.dev.json` - deploys the develop branch, to testnet @ test.beta.near.org `replacements.testnet.json` - deploys main branch, to testnet @ test.near.org @@ -116,15 +117,6 @@ https://test.near.social/#/YOUR_ACCOUNT_ID/widget/gigs-board.pages.Feed?nearDevG NOTE: If you have [DevHub contract](https://github.com/near/neardevhub-contract) deployed to the same account, you can skip the `nearDevGovGigsContractAccountId` argument, otherwise, feel free to use the contract deployed to `gigs.frol14.testnet` (on testnet) or `devgovgigs.near` (on mainnet). -### Contribution Recognition - -We value all contributions, and to recognize your efforts, we follow the [All Contributors specification](https://allcontributors.org/docs/en/bot/usage). If you contribute, make sure to check the [types of contributions](https://allcontributors.org/docs/en/emoji-key) and add yourself as a contributor using the following command: - -```bash -# Run this command in the root of your project after making a contribution -@all-contributors please add as a contributor -``` - #### Deploy for Production There is GitHub Actions automation that deploys all the widgets to [`devgovgigs.near` account](https://near.social/#/mob.near/widget/MyPage?accountId=devgovgigs.near) on mainnet on every push to the main branch. diff --git a/README.md b/README.md index 9636995c3..0215a50aa 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,9 @@ We grant commit access to the Developer DAO team and any active developers who h ## How we work -We communicate primarily over GitHub. We recommend configuring your [notifications](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications) to ensure you get the latest updates. +We communicate primarily over GitHub. We recommend configuring your [notifications](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications) to ensure you get the latest updates. -[Learn more](https://github.com/near/devgigsboard-widgets/blob/main/docs/how-we-work.md) about how we work asynchronously. - -## Contributors ✨ - - - - - - - - - +[Learn more](https://github.com/near/devgigsboard-widgets/blob/main/docs/how-we-work.md) about how we work asynchronously. # Getting Help