From 3160048544a62606e58dbedad0a618ac6e56f228 Mon Sep 17 00:00:00 2001 From: FrankBevr Date: Tue, 21 Feb 2023 11:04:44 +0100 Subject: [PATCH 1/2] :tada: (./tutorial-overview.md & tutorials/FranksGuide.md): initialise FranksGuide.md A step by step guy from understanding to first contribution. --- docs/tutorial-overview.md | 3 +- docs/tutorials/FranksGuide.md | 88 +++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 docs/tutorials/FranksGuide.md diff --git a/docs/tutorial-overview.md b/docs/tutorial-overview.md index 4d0f40b..e9603be 100644 --- a/docs/tutorial-overview.md +++ b/docs/tutorial-overview.md @@ -34,4 +34,5 @@ - ["Unable to retrieve keypair" error](tutorials/how-to-fix-error-keypair.md) - +## Franks Guide +- [Frank Guide](/tutorials/FranksGuide.md) diff --git a/docs/tutorials/FranksGuide.md b/docs/tutorials/FranksGuide.md new file mode 100644 index 0000000..0ce074c --- /dev/null +++ b/docs/tutorials/FranksGuide.md @@ -0,0 +1,88 @@ +# Franks Guide to Contribute + +:::danger +Its work in progress. +If question reach out to me. +Discord: `FrankBevr#9593` +::: + +Are you overwhelmed by this? 🤯 + +[Folder & Files of NFT - Gallery](https://github.com/kodadot/nft-gallery) +``` +../nft-gallery/ +├── ACTIVITY.md +├── BURN_RATE.md +├── CODE_OF_CONDUCT.md +├── CONTRIBUTING.md +├── Dockerfile +├── FIRST_TIME.md +├── HIRING.md +├── LEADERBOARD.md +├── LICENSE +├── README.md +├── REWARDS.md +├── SECURITY.md +├── STYLE_GUIDE.md +├── assets +├── babel.config.js +├── components +├── composables +├── docker-compose.yml +├── globals.d.ts +├── justfile +├── layouts +├── libs +├── locales +├── middleware +├── netlify.toml +├── nuxt.config.js +├── package.json +├── pages +├── params +├── patches +├── plugins +├── pnpm-lock.yaml +├── pnpm-workspace.yaml +├── queries +├── script +├── services +├── src-functions +├── static +├── store +├── styles +├── tests +├── tsconfig.json +├── utils +├── vitest.config.js +└── vue-shim.d.ts +20 directories, 25 files +``` + +Yes me either. 🤷‍♂️ +Lets break it down. One after another. +Till we are able to make one contributions. + +### Markdown Files +``` +├── ACTIVITY.md +├── BURN_RATE.md +├── CODE_OF_CONDUCT.md +├── CONTRIBUTING.md +├── FIRST_TIME.md +├── LEADERBOARD.md +├── README.md +├── REWARDS.md +├── SECURITY.md +├── STYLE_GUIDE.md +``` +In `./README.md` ... +In `./FIRST_TIME.md` ... +In `./CONTRIBUTING.md` ... + +### ./package.json +``` +├── package.json +``` + + From 115e9d710ab6c4354c6dacdabbc020c04d3b2b25 Mon Sep 17 00:00:00 2001 From: FrankBevr Date: Mon, 27 Feb 2023 12:39:20 +0100 Subject: [PATCH 2/2] :zap: (./tutorial/FranksGuide) flixbus commit, test --- docs/tutorials/FranksGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/FranksGuide.md b/docs/tutorials/FranksGuide.md index 0ce074c..c4ec3e5 100644 --- a/docs/tutorials/FranksGuide.md +++ b/docs/tutorials/FranksGuide.md @@ -85,4 +85,4 @@ In `./CONTRIBUTING.md` ... ├── package.json ``` - +Commit in Flixbus