From da11cbbbab427ff5a677b1b77f7f5fe8e6d03c37 Mon Sep 17 00:00:00 2001 From: Gurvir Lochab Date: Thu, 6 May 2021 23:28:33 +0300 Subject: [PATCH] Resolve typos in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0e1379a46..764097f87 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,17 +21,17 @@ Contributions are always **welcome and recommended**! Here is how for beginner's * Delete ./package-lock.json file * `npm install` (install npm deps) * `npm run dev` (developer mode, autocompile with browsersync support for live demo) - * Make your changes are only in ./buid Folder OR package.json OR ./dist/js/demo.js OR in any html files which are necessary to contribute to - * Do not make changes in ./dist/css/ AND ./dist/js/ Because it contains compiled files + * Make your changes only in ./build Folder OR package.json OR ./dist/js/demo.js OR package-lock.json OR ./dist/js/pages/ OR ./docs OR in any html files which are necessary for contribution + * Do not make changes in ./dist/css/ AND ./dist/js/ AND ./plugins Because it contains compiled files and do not include in PR (Pull Request) * `npm run production` (compile css/js files and test all pages are perfectly working fine, before creating a pull request) 4. Create a pull request ## Online one-click setup for contributing -You can use Gitpod(an online IDE which is free for Open Source) for working on issues or making PRs. With a single click it will launch a workspace and automatically: +You can use Gitpod(an online IDE which is free for Open Source) for working on issues or making PRs (Pull Requests). With a single click it will launch a workspace and automatically: - clone the `AdminLTE` repo. - install the dependencies. - run `npm run dev` to start the server. -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ColorlibHQ/AdminLTE) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)