mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 13:28:11 -08:00
Compare commits
10 Commits
be912452d2
...
fdd1e110a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdd1e110a6 | ||
|
|
1af22ebf86 | ||
|
|
66bd9315aa | ||
|
|
0ac6520bfb | ||
|
|
bbbd6e907e | ||
|
|
5ff9c045f5 | ||
|
|
4a5eb29229 | ||
|
|
7b0fe75179 | ||
|
|
2beb884293 | ||
|
|
2e35b616f0 |
@@ -11,6 +11,7 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/your-username/awesome-for-beginners.git
|
git clone https://github.com/your-username/awesome-for-beginners.git
|
||||||
cd awesome-for-beginners
|
cd awesome-for-beginners
|
||||||
|
```
|
||||||
|
|
||||||
3. **Install Dependencies**: This project does not require specific dependencies, but make sure you have git installed.
|
3. **Install Dependencies**: This project does not require specific dependencies, but make sure you have git installed.
|
||||||
|
|
||||||
@@ -19,6 +20,7 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
1. **Create a Branch:**:
|
1. **Create a Branch:**:
|
||||||
```bash
|
```bash
|
||||||
git checkout -b your-branch-name
|
git checkout -b your-branch-name
|
||||||
|
```
|
||||||
|
|
||||||
2. **Make Your Changes**: Add or modify the necessary files.
|
2. **Make Your Changes**: Add or modify the necessary files.
|
||||||
|
|
||||||
@@ -26,15 +28,19 @@ Welcome to the **Awesome First PR Opportunities** project! We're excited that yo
|
|||||||
```bash
|
```bash
|
||||||
git status
|
git status
|
||||||
git diff
|
git diff
|
||||||
|
```
|
||||||
|
|
||||||
4. **Commit Your Changes**:
|
4. **Commit Your Changes**:
|
||||||
```bash
|
```bash
|
||||||
git add .
|
git add .
|
||||||
git commit -m "A clear description of your changes"
|
git commit -m "A clear description of your changes"
|
||||||
|
```
|
||||||
|
|
||||||
5. **Push Your Changes**:
|
5. **Push Your Changes**:
|
||||||
```bash
|
```bash
|
||||||
git push origin your-branch-name
|
git push origin your-branch-name
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Submitting a Pull Request (PR)
|
#### Submitting a Pull Request (PR)
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
|
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
|
||||||
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|
||||||
- [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good first issue)_ <br> RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology.
|
- [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good first issue)_ <br> RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology.
|
||||||
- [Shouldly](https://github.com/shouldly/shouldly) _(label: Jump-In)_ <br> Should testing for .NET - the way Asserting Should be!
|
|
||||||
|
|
||||||
## Angular
|
## Angular
|
||||||
|
|
||||||
@@ -367,6 +366,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
|
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
|
||||||
- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_ <br> Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
|
- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_ <br> Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
|
||||||
- [Impler.io](https://github.com/implerhq/impler.io) _(label: good first issue)_ <br> 100% open source data import experience with readymade CSV & Excel import widget 🚀
|
- [Impler.io](https://github.com/implerhq/impler.io) _(label: good first issue)_ <br> 100% open source data import experience with readymade CSV & Excel import widget 🚀
|
||||||
|
- [IterTools TS](https://github.com/Smoren/itertools-ts) _(label: good first issue)_ <br> Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones).
|
||||||
- [LinksHub](https://github.com/rupali-codes/LinksHub) _(label: good first issue)_ <br> LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work.
|
- [LinksHub](https://github.com/rupali-codes/LinksHub) _(label: good first issue)_ <br> LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work.
|
||||||
- [LitmusChaos](https://github.com/litmuschaos/litmus) _(label: good first issue)_ <br> Litmus is a toolset to do cloud-native chaos engineering.
|
- [LitmusChaos](https://github.com/litmuschaos/litmus) _(label: good first issue)_ <br> Litmus is a toolset to do cloud-native chaos engineering.
|
||||||
- [Manifest](https://github.com/mnfst/manifest) _(label: good first issue)_ <br> Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly.
|
- [Manifest](https://github.com/mnfst/manifest) _(label: good first issue)_ <br> Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly.
|
||||||
|
|||||||
18
data.json
18
data.json
@@ -30,15 +30,6 @@
|
|||||||
],
|
],
|
||||||
"description": "RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology."
|
"description": "RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Shouldly",
|
|
||||||
"link": "https://github.com/shouldly/shouldly",
|
|
||||||
"label": "Jump-In",
|
|
||||||
"technologies": [
|
|
||||||
".NET"
|
|
||||||
],
|
|
||||||
"description": "Should testing for .NET - the way Asserting Should be!"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "grok.net",
|
"name": "grok.net",
|
||||||
"link": "https://github.com/Marusyk/grok.net",
|
"link": "https://github.com/Marusyk/grok.net",
|
||||||
@@ -2132,6 +2123,15 @@
|
|||||||
],
|
],
|
||||||
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems."
|
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "IterTools TS",
|
||||||
|
"link": "https://github.com/Smoren/itertools-ts",
|
||||||
|
"label": "good first issue",
|
||||||
|
"technologies": [
|
||||||
|
"TypeScript"
|
||||||
|
],
|
||||||
|
"description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Harmony",
|
"name": "Harmony",
|
||||||
"link": "https://github.com/harmonydata/harmony",
|
"link": "https://github.com/harmonydata/harmony",
|
||||||
|
|||||||
Reference in New Issue
Block a user