From 15d9dde23c0acc75909f93dba9c917ffb0108439 Mon Sep 17 00:00:00 2001 From: Daniel Zhu Date: Sun, 28 Apr 2024 14:19:46 -0700 Subject: [PATCH 1/3] Fix a broken link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 134d67ef1..e57538ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Tap the **"Fork"** button on the top of the site. After forking clone the forked ## Explore Issues -Find issues from the [Issues tab](https://github.com/CodeEditApp/CodeEdit/issues) or from the To Do column in our [project](https://github.com/orgs/CodeEditApp/projects/3/views/2). If you find an issue you want to work on, please indicate it in the issue and/or attach a draft PR once available. An admin or maintainer will then assign the Issue and/or PR to you. +Find issues from the [Issues tab](https://github.com/CodeEditApp/CodeEdit/issues) or from the To Do column in our [project](https://github.com/orgs/CodeEditApp/projects/3/views/23). If you find an issue you want to work on, please indicate it in the issue and/or attach a draft PR once available. An admin or maintainer will then assign the Issue and/or PR to you. ## Getting Started From dfc0cf55b910deb7157d7c44fd349f5fe7e39545 Mon Sep 17 00:00:00 2001 From: Daniel Zhu Date: Sun, 28 Apr 2024 14:23:07 -0700 Subject: [PATCH 2/3] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 109c5f6d3..025e703e5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Be part of the next revolution in code editing by contributing to the project. T This project spans [multiple repositories](https://github.com/CodeEditApp/CodeEdit#related-repositories) so instead of browsing issues in the issues tab, it may be helpful to find an issue to get started on in our [project board](https://github.com/orgs/CodeEditApp/projects/3/views/1). -For issues we want to focus on that are most relevant at any given time, please see the issues scoped to our current iteration [here](https://github.com/orgs/CodeEditApp/projects/3/views/13). +For issues we want to focus on that are most relevant at any given time, please see the issues scoped to our current iteration [here](https://github.com/orgs/CodeEditApp/projects/3/views/10). ## Contributors From 5b3df691fe1da007a6e46c6125e1d5d30537ad8c Mon Sep 17 00:00:00 2001 From: Daniel Zhu Date: Wed, 1 May 2024 08:02:45 -0700 Subject: [PATCH 3/3] Fix project link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e57538ef4..4536435c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Tap the **"Fork"** button on the top of the site. After forking clone the forked ## Explore Issues -Find issues from the [Issues tab](https://github.com/CodeEditApp/CodeEdit/issues) or from the To Do column in our [project](https://github.com/orgs/CodeEditApp/projects/3/views/23). If you find an issue you want to work on, please indicate it in the issue and/or attach a draft PR once available. An admin or maintainer will then assign the Issue and/or PR to you. +Find issues from the [Issues tab](https://github.com/CodeEditApp/CodeEdit/issues) or from the To Do column in our [project](https://github.com/orgs/CodeEditApp/projects/3). If you find an issue you want to work on, please indicate it in the issue and/or attach a draft PR once available. An admin or maintainer will then assign the Issue and/or PR to you. ## Getting Started