Skip to content

Commit 13a5536

Browse files
committed
test
1 parent 2381706 commit 13a5536

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ You can ask for guidance anytime on our [Discord server](https://coollabs.io/dis
66

77
## Table of Contents
88

9-
1. [Setup Development Environment](#1-setup-development-environment)
10-
2. [Verify Installation](#2-verify-installation-optional)
11-
3. [Fork and Setup Local Repository](#3-fork-and-setup-local-repository)
12-
4. [Set up Environment Variables](#4-set-up-environment-variables)
13-
5. [Start Coolify](#5-start-coolify)
14-
6. [Start Development](#6-start-development)
15-
7. [Development Notes](#7-development-notes)
16-
8. [Create a Pull Request](#8-create-a-pull-request)
17-
9. [Additional Contribution Guidelines](#additional-contribution-guidelines)
9+
- [Contributing to Coolify](#contributing-to-coolify)
10+
- [Table of Contents](#table-of-contents)
11+
- [1. Setup Development Environment](#1-setup-development-environment)
12+
- [2. Verify Installation (Optional)](#2-verify-installation-optional)
13+
- [3. Fork and Setup Local Repository](#3-fork-and-setup-local-repository)
14+
- [4. Set up Environment Variables](#4-set-up-environment-variables)
15+
- [5. Start Coolify](#5-start-coolify)
16+
- [6. Start Development](#6-start-development)
17+
- [7. Development Notes](#7-development-notes)
18+
- [8. Create a Pull Request](#8-create-a-pull-request)
19+
- [Additional Contribution Guidelines](#additional-contribution-guidelines)
20+
- [Contributing a New Service](#contributing-a-new-service)
21+
- [Contributing to Documentation](#contributing-to-documentation)
1822

1923
## 1. Setup Development Environment
2024

@@ -162,6 +166,7 @@ When working on Coolify, keep the following in mind:
162166
3. **Troubleshooting**: If you encounter unexpected behavior, ensure your database is up-to-date with the latest migrations and if possible reset the development setup to eliminate any environment-specific issues.
163167

164168
> [!IMPORTANT]
169+
>
165170
> Forgetting to migrate the database can cause problems, so make it a habit to run migrations after pulling changes or switching branches.
166171
167172
## 8. Create a Pull Request

0 commit comments

Comments
 (0)