You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Gitpod for a cloud-based development environment:
28
+
The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment:
29
29
30
-
1. Sign up for Gitpod: <https://gitpod.io>
31
-
2. Fork the `megalinter` repository
32
-
3. Open your fork in Gitpod: `https://gitpod.io/#https://github.com/username/megalinter`
33
-
4. Create a new branch: `git checkout -b my-feature-branch`
34
-
5. Make your changes and commit: `git add .` and `git commit -m "chore: description of changes"`
35
-
6. Test all : `make tests` or `make tests-fast` for TDD mode
36
-
7. Test with megalinter: `make megalinter-tests`
37
-
8. Push your changes: `git push origin my-feature-branch`
38
-
9. Create a pull request on GitHub
39
-
10. Wait for a review
40
-
41
-
Keep your Gitpod workspace synced with the main repository.
30
+
1. Fork the `megalinter` repository
31
+
2.[Open your fork](https://docs.github.com/en/codespaces/developing-in-a-codespace/rebuilding-the-container-in-a-codespace#rebuilding-a-container) in VS Code
32
+
3. Create a new branch: `git checkout -b my-feature-branch`
33
+
4. Make your changes and commit: `git add .` and `git commit -m "chore: description of changes"`
0 commit comments