ഇതൊരു ക്രൗഡ് സോഴ്സ്ഡ് ഗൈഡാണ്.നിങ്ങൾക്കും ഇതിൽ കൂട്ടിച്ചേർത്തലുകൾ നടത്താം അതിനായ് ഈ ഗൈഡ് പിൻതുടരുക.
- ആവശ്യമായ ഫയൽ കണ്ടെത്തി എഡിറ്റ് ചെയ്യുക
- ആവശ്യമെങ്കിൽ .md ഫോർമാറ്റിൽ പുതിയ ഫയൽ നിർമിക്കുക
- സ്ക്രിപ്റ്റ് അപ്ഡേറ്റ് ചെയ്യുന്നതിന് മാർക്ക്ഡൗൺ ഭാഷ ഉപയോഗിക്കുക.
- Make a Pull Request.
-
Fork the Repository
-
Edit the file you wanted.
- use Markdown language
-
Install Node.js
-
Open your terminal and install gh-markdown-cli by typing,
npm install gh-markdown-cli -g
-
Go to the cloned repository
cd covid19-awareness
-
Now build the site to html again, include the header and footer by running
mdown --input "**/faq.md" --output html --header header.html --footer footer.html
- (where faq.md is the file you edited or you're contributed.)
- Now a html file is generated in html folder of the repo and move this file to public folder.
- Finally make a push request on GitHub for merging.