From 6912c70dbe0bc73872a279d453b0ff5a5bed4056 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 11 Feb 2020 21:38:08 -0700 Subject: [PATCH] Destroyed PepperDash Essentials Documentation (markdown) --- PepperDash-Essentials-Documentation.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 PepperDash-Essentials-Documentation.md diff --git a/PepperDash-Essentials-Documentation.md b/PepperDash-Essentials-Documentation.md deleted file mode 100644 index fbde61b..0000000 --- a/PepperDash-Essentials-Documentation.md +++ /dev/null @@ -1,20 +0,0 @@ -Welcome to the EssentialsFramework documentation wiki! - -This area is clearly in-progress right now. Take a look at the links to the right. We are actively working on this documentation, so please be patient with us. If you have any comments, reach out to Heath and Neil. - -Thanks! - -# Open Source Collaborative Workflow - -The `master` branch always contain the latest stable version. The `development` branch is used for most development efforts. - -[GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) will be used as the workflow for this collaborative project. To contribute, follow this process: - -1. Fork this repository -2. Create a branch using standard GitFlow branch prefixes (feature/hotfix/bugfix) followed by a descriptive name. - - Example: `feature/add-awesomeness`,`bugfix/wow-im-dumb` or `hotfix/really-big-oops` - - When working on a new feature or bugfix, branch from the `development` branch. When working on a hotfix, branch from `master`. -3. Make commits as necessary (often is better). And use concise, descriptive language, leveraging issue notation and/or [Closing Keywords](https://help.github.com/articles/closing-issues-using-keywords) to ensure any issues addressed by your work are referenced accordingly. -3. When the scope of the work for your branch is complete, make sure to rebase your branch in case further progress has been made since the repo was forked -4. Create a Pull Request to pull your branch into the appropriate branch in the main repository. -5. Your Pull Request will be reviewed by our team and evaluated for inclusion into the main repository. \ No newline at end of file