From ff945eee3684ec21251b94c5477ae730a5b2e00a Mon Sep 17 00:00:00 2001 From: filmon-goitom Date: Wed, 20 Jul 2022 12:23:44 +0200 Subject: [PATCH 1/3] update of our README.md file --- .cspell.json | 7 ++++- README.md | 85 +++++++++++++++++++++++----------------------------- 2 files changed, 43 insertions(+), 49 deletions(-) diff --git a/.cspell.json b/.cspell.json index 2130d57..6cc7f37 100644 --- a/.cspell.json +++ b/.cspell.json @@ -3,9 +3,14 @@ "words": [ "Backrub", "Fedasil", + "goitom", "HackYourFuture", "HackYourFutureBelgium", - "Photoshop" + "Hayko", + "Melati", + "Munene", + "Photoshop", + "Verousca" ], "ignorePaths": [ "node_modules/**", diff --git a/README.md b/README.md index 3394c48..9ecebf4 100644 --- a/README.md +++ b/README.md @@ -1,48 +1,37 @@ -# (project name) - - - -## Getting Started - - - -1. `git clone git@github.com:HackYourFutureBelgium/.git` -2. `cd project-name` -3. `npm install` - -## Code Quality Checks - -- `npm run format`: Makes sure all the code in this repository is well-formatted - (looks good). -- `npm run lint:ls`: Will lint the folder and file names in this repository to - make sure they match the repo conventions. -- `npm run lint:md`: Will lint all of the Markdown files in this repository and - let you know if there are any style mistakes to fix. -- `npm run spell-check`: Goes through all the files in this repository looking - for words it doesn't recognize. Just because it says something is a mistake - doesn't mean it is! It doesn't know every word in the world. You can add new - correct words to the [./.cspell.json](./.cspell.json) file so they won't cause - an error. - -## Continuous Integration (CI) - -When you open a PR to `main`/`master` in your repository, GitHub will -automatically do a linting check on the code in this repository, you can see -this in the[./.github/workflows/lint.yml](./.github/workflows/lint.yml) file. - -If the linting fails, you will not be able to merge the PR. You can double check -that your code will pass before pushing by running `npm run lint:md` locally. - -## Repo Setup - -- Give each member _write_ access to the repo (if it's a group project) -- Turn on GitHub Pages and put a link to your website in the repo's description -- Turn on GitHub Actions -- in the _Branches_ section of your repo's settings make sure: - - The repository - [requires a review](https://github.blog/2018-03-23-require-multiple-reviewers/) - before pull requests can be merged. - - The `master`/`main` branch must "_Require status checks to pass before - merging_" - - The `master`/`main` branch must "_Require require branches to be up to date - before merging_" +# (Group-1 Student List) + +--- + +--- + +## Brian Munene + +## [BrianMunene96](https://github.com/BrianMunene96) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/brian.md) + +![Brian](https://avatars.githubusercontent.com/u/107561877?v=4) + +--- + +## filmon Goitom + +## [filmon-goitom](https://github.com/filmon-goitom) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/filmonbio.md) + +![filmon](https://avatars.githubusercontent.com/u/107537323?s=400&u=f97d28a78e944cefe29f49f7abad9a3db9e53810&v=4) + +--- + +## Melati + +## [Melati5](https://github.com/Melati5) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/melati5.md) + +--- + +## Hayko + +## [HaykoDevelop](https://github.com/HaykoDevelop) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/hayko.md) + +![Hayko](https://avatars.githubusercontent.com/u/49321251?v=4) + +## Verousca + +## [Verousca](https://github.com/Verousca) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/verousca.md) From 0b817c4df24b3aede7eca1f225ebae790a5e8708 Mon Sep 17 00:00:00 2001 From: filmon-goitom Date: Wed, 20 Jul 2022 12:53:08 +0200 Subject: [PATCH 2/3] fix conflict --- .cspell.json | 6 +----- .vscode/settings.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.cspell.json b/.cspell.json index cbc32ac..f244a79 100644 --- a/.cspell.json +++ b/.cspell.json @@ -6,16 +6,12 @@ "goitom", "HackYourFuture", "HackYourFutureBelgium", - "Hayko", "Melati", "Munene", - - "Verousca" - + "Verousca", "Photoshop", "Zeynep" - ], "ignorePaths": [ "node_modules/**", diff --git a/.vscode/settings.json b/.vscode/settings.json index 32fd9b2..e0f558a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,16 @@ "files.autoSave": "onFocusChange", "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.guides.indentation": true, - "cSpell.words": ["Filmon"] + "cSpell.words": [ + "Backrub", + "Fedasil", + "Filmon", + "goitom", + "Hayko", + "Melati", + "Munene", + "Photoshop", + "Verousca", + "Zeynep" + ] } From 50070c4c7695cab8bd0b6e0e7d6002fdb784ce8b Mon Sep 17 00:00:00 2001 From: filmon-goitom Date: Wed, 20 Jul 2022 13:16:28 +0200 Subject: [PATCH 3/3] i add all the links and bio files to our README.md file --- .cspell.json | 4 +++- README.md | 20 +++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.cspell.json b/.cspell.json index f244a79..930d64e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -9,8 +9,10 @@ "Hayko", "Melati", "Munene", - "Verousca", "Photoshop", + "Valeriya", + "Valkiriya", + "Verousca", "Zeynep" ], "ignorePaths": [ diff --git a/README.md b/README.md index 9ecebf4..f159e2d 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,32 @@ --- -## Melati +## Zeynep ## [Melati5](https://github.com/Melati5) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/melati5.md) +![Melati5](https://camo.githubusercontent.com/5d5e054779fa4a50b5af60f9ce06de546dfc49e2d209386840875d544ca722eb/68747470733a2f2f69322e6d696c696d616a2e636f6d2f692f6d696c6c697965742f37352f30783431302f3566313436393736353534323766313432343633336333372e6a7067) + --- ## Hayko -## [HaykoDevelop](https://github.com/HaykoDevelop) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/hayko.md) +## [HaykoDevelop](https://github.com/HaykoDevelop) | [Bio](https://github.com/HYF-Class19/home/blob/main/student-bios/HaykoDevelop.md) ![Hayko](https://avatars.githubusercontent.com/u/49321251?v=4) +--- + ## Verousca -## [Verousca](https://github.com/Verousca) | [Bio](https://github.com/HYF-Class19/workflow-group1/blob/master/student-bios/verousca.md) +## [Verousca](https://github.com/Verousca) | [Bio](https://github.com/HYF-Class19/home/blob/main/student-bios/VerouscaBio.md) + +![Verousca](https://github.com/HYF-Class19/home/raw/main/student-bios/images/Verousca_Img.jpeg) + +--- + +## Valeriya + +## [V-Valkiriya](https://github.com/V-Valkiriya) | [Bio](https://github.com/HYF-Class19/home/blob/main/student-bios/V-Valkiriya.md) + +![V-Valkiriya](https://avatars.githubusercontent.com/u/106891874?v=4)