Skip to content

Commit 7ddcc9c

Browse files
committed
formatting fixes
1 parent 16b4033 commit 7ddcc9c

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/ai/pi-chat.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Plane AI is an AI assistant that helps you interact with your Plane workspace us
1010
> [!CAUTION] Plane self-hosted instances
1111
> If you're running a self-hosted instance of Plane, you'll need to first configure Plane AI services to get it working. Follow this [setup guide](https://developers.plane.so/self-hosting/govern/plane-ai) first to use Plane AI.
1212
13-
1413
Think of Plane AI as a knowledgeable team member who has instant access to all your project data. You can ask it to find specific issues, analyze project progress, search through documentation, or help you understand complex relationships between work items.
1514

1615
![Plane AI chat sidebar](https://media.docs.plane.so/pi-chat/pi-chat-sidebar.webp#hero)

docs/importers/csv.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ The CSV Importer creates new work items on every import — it does not update e
7575

7676
## Imported fields
7777

78-
| Column | Notes |
79-
| --- | --- |
80-
| `name` | Required. Used as the work item title. |
81-
| `description_html` | Supports HTML markup. Plain text is also accepted. |
82-
| `priority` | Accepts `urgent`, `high`, `medium`, `low`, or `none`. |
83-
| `start_date` | Format: `YYYY-MM-DD`. |
84-
| `target_date` | Format: `YYYY-MM-DD`. Used as the work item's due date. |
85-
| `state_group` | Maps to Plane's state groups: `backlog`, `unstarted`, `started`, `completed`, or `cancelled`. |
78+
| Column | Notes |
79+
| ------------------ | --------------------------------------------------------------------------------------------- |
80+
| `name` | Required. Used as the work item title. |
81+
| `description_html` | Supports HTML markup. Plain text is also accepted. |
82+
| `priority` | Accepts `urgent`, `high`, `medium`, `low`, or `none`. |
83+
| `start_date` | Format: `YYYY-MM-DD`. |
84+
| `target_date` | Format: `YYYY-MM-DD`. Used as the work item's due date. |
85+
| `state_group` | Maps to Plane's state groups: `backlog`, `unstarted`, `started`, `completed`, or `cancelled`. |

docs/workflows-and-approvals/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ When a work item reaches a state with an approval flow, it enters a pending stat
134134

135135
![Approve and reject buttons on a work item](https://media.docs.plane.so/workflows/approval-buttons.webp#hero)
136136

137-
**Workflow precedence**
137+
**Workflow precedence**
138138
If a work item's type matches a type-specific workflow, that workflow's rules apply instead of the default. For example, if you have a type-specific workflow for bugs, any bug in the project follows that workflow's transition and approval rules. All other work item types continue to follow the default workflow.

0 commit comments

Comments
 (0)