From ff7aabe1a841fedf9db39fe21ed7aba8dff2dc90 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Fri, 17 Apr 2020 15:53:29 -0400 Subject: [PATCH] trying to get table organized --- PRTAGS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PRTAGS.md b/PRTAGS.md index ada7b44ca31..17bb9c0af4b 100644 --- a/PRTAGS.md +++ b/PRTAGS.md @@ -3,7 +3,7 @@ If you look at the list of current [Pull Request](https://github.com/rapidsai/cu PR = Pull Request -| TAG | | -|---------|-------------------------------------------------------| -| WIP | _Work In Progress_ - Within the RAPIDS cuGraph team, we try to open a PR when development starts. This allows other to review code as it is being developed and provide feedback before too much code needs to be refactored. It also allows process to be tracked | -| skip-ci | _Do Not Run CI_ - This flag prevents CI from being run. It is good practice to include this with the **WIP** tag since code is typically not at a point where it will pass CI. +| TAG | | +|------------|-------------------------------------------------------| +| WIP | _Work In Progress_ - Within the RAPIDS cuGraph team, we try to open a PR when development starts. This allows other to review code as it is being developed and provide feedback before too much code needs to be refactored. It also allows process to be tracked | +| skip-ci | _Do Not Run CI_ - This flag prevents CI from being run. It is good practice to include this with the **WIP** tag since code is typically not at a point where it will pass CI.