forked from gitcoinco/grants-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gitcoinco:main' into main
- Loading branch information
Showing
217 changed files
with
6,687 additions
and
4,947 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug", "triage"] | ||
projects: ["gitcoinco/grants-stack"] | ||
assignees: | ||
- jesuloluwao | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: url | ||
attributes: | ||
label: What was the URL where the error occurred? | ||
description: | ||
placeholder: https://example.com | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: | ||
value: "Page X displayed Z..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-expected | ||
attributes: | ||
label: What should have happened instead? | ||
description: A clear and concise description of what you expected the system to do. | ||
placeholder: | ||
value: "Page X should display Y" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Issues that developers can reproduce are quicker to resolve | ||
placeholder: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browser(s) are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: input | ||
id: chain | ||
attributes: | ||
label: What chain(s) did the error occur on? | ||
description: | ||
placeholder: i.e. Optimism, PGN, etc. | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Common - Test | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- release | ||
pull_request: | ||
branches: | ||
- "**" | ||
jobs: | ||
lint-test-typecheck: | ||
concurrency: ci-common-${{ github.head_ref || github.run_id }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "18" | ||
cache: "pnpm" | ||
|
||
- name: Install Dependencies | ||
run: | | ||
pnpm install | ||
- name: Test Common | ||
run: | | ||
pnpm c-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Verify-Env - Test | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- release | ||
pull_request: | ||
branches: | ||
- "**" | ||
jobs: | ||
lint-test-typecheck: | ||
concurrency: ci-verify-env-${{ github.head_ref || github.run_id }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1 | ||
|
||
- uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8 | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "18" | ||
cache: "pnpm" | ||
|
||
- name: Install Dependencies | ||
run: | | ||
pnpm install | ||
- name: Test Verify-Env | ||
run: | | ||
pnpm ve-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"trailingComma": "es5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,38 @@ | ||
# Contributing to Round Manager and Grant Explorer | ||
|
||
Thank you for your desire to contribute to Gitcoin! Below you will find some ways to help, but please don't feel limited by them, and if you have any other ideas, pop by our [Discord](https://discord.gg/gitcoin) | ||
Thank you for your desire to contribute to Gitcoin! Below you will find some ways to help, but please don't feel limited | ||
by them, and if you have any other ideas, pop by our [Discord](https://discord.com/channels/562828676480237578/1149808279871049880) | ||
|
||
## Reporting issues | ||
|
||
Before reporting an issue, please make sure to verify the following: | ||
|
||
- You're running the latest version, including other components and systems the project might interact with | ||
- Your dependencies are up-to-date | ||
|
||
If the issue still persists, search the issue tracker. If there is an open ticket, please don't comment '+1' or similar - use the '👍' emoji. Only comment if you have additional context, reproduction instructions or anything that might help resolve the issue. | ||
If the issue still persists, search the issue tracker. If there is an open ticket, please don't comment '+1' or | ||
similar - use the '👍' emoji. Only comment if you have additional context, reproduction instructions or anything that | ||
might help resolve the issue. | ||
|
||
When opening a new issue, make sure it contains the following: | ||
|
||
- Step-by-step reproduction instructions | ||
- Screenshots or videos of the issue, if applicable | ||
- Version information of the project | ||
- Any other context that you feel would help resolve the issue | ||
|
||
## Contributing code | ||
|
||
We welcome all code contributions, large or small. Please see [DEV.md](packages/round-manager/docs/DEV.md) for instructions on how to set up the project for development. | ||
We welcome all code contributions, large or small. Please see [DEV.md](docs/DEV.md) for | ||
instructions on how to set up the project for development. | ||
|
||
Before submitting a PR, please make sure that all tests, linting and formatting rules are passing. | ||
Before submitting a PR for review, please make sure that all the CI checks are passing. | ||
We also utilize git hooks for pre-commit | ||
formatting and pre-push checks, which should help you catch issues early, before they fail the CI. | ||
|
||
We squash all PRs by default. You can request your PR commits to not be squashed if they're well named and organized, and it would make sense to preserve their context. | ||
We squash all PRs by default. When updating your PR branch, use merge if it's in review, or rebase otherwise, at your | ||
own discretion. | ||
|
||
_To keep the repository clean, we may mark PRs as stale if there has been no activity for more than a week, which are then subject to closure and deletion. If you are stuck, feel free to reach out for help in [Discord](https://discord.gg/gitcoin)._ | ||
_To keep the repository clean, we may mark PRs as stale if there has been no activity for more than a week, which are | ||
then subject to closure and deletion. If you are stuck, feel free to reach out for help | ||
in [Discord](https://discord.com/channels/562828676480237578/1149808279871049880)._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.