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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
Please read this guide if you plan to contribute to the DevSpace CLI. We welcome any kind of contribution. No matter if you are an experienced programmer or just starting, we are looking forward to your contribution.
3
3
4
4
## Reporting Issues
5
-
If you find a bug while working with the DevSpace CLI, please [open an issue on GitHub](https://github.com/devspace-cloud/devspace/issues/new?labels=kind%2Fbug&template=bug-report.md&title=Bug:) and let us know what went wrong. We will try to fix it as quickly as we can.
5
+
If you find a bug while working with the DevSpace CLI, please [open an issue on GitHub](https://github.com/loft-sh/devspace/issues/new?labels=kind%2Fbug&template=bug-report.md&title=Bug:) and let us know what went wrong. We will try to fix it as quickly as we can.
6
6
7
7
## Feature Requests
8
-
You are more than welcome to open issues in this project to [suggest new features](https://github.com/devspace-cloud/devspace/issues/new?labels=kind%2Ffeature&template=feature-request.md&title=Feature%20Request:).
8
+
You are more than welcome to open issues in this project to [suggest new features](https://github.com/loft-sh/devspace/issues/new?labels=kind%2Ffeature&template=feature-request.md&title=Feature%20Request:).
9
9
10
10
## Contributing Code
11
11
This project is mainly written in Golang. To contribute code,
@@ -1124,15 +1124,15 @@ Help us make DevSpace the best tool for developing, deploying and debugging Kube
1124
1124
1125
1125
### Reporting Issues
1126
1126
1127
-
If you find a bug while working with the DevSpace, please [open an issue on GitHub](https://github.com/devspace-cloud/devspace/issues/new?labels=kind%2Fbug&template=bug-report.md&title=Bug:) and let us know what went wrong. We will try to fix it as quickly as we can.
1127
+
If you find a bug while working with the DevSpace, please [open an issue on GitHub](https://github.com/loft-sh/devspace/issues/new?labels=kind%2Fbug&template=bug-report.md&title=Bug:) and let us know what went wrong. We will try to fix it as quickly as we can.
1128
1128
1129
1129
### Feedback & Feature Requests
1130
1130
1131
1131
You are more than welcome to open issues in this project to:
- [Suggest new features](https://github.com/devspace-cloud/devspace/issues/new?labels=kind%2Ffeature&template=feature-request.md&title=Feature%20Request:)
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Security Policy
2
2
We will disclose fixes for vulnerabilities in the release notes and urge you to upgrade once a new release is published. DevSpace versions the configuration in `devspace.yaml` and allows you to use any older configuration with a newer CLI version.
3
3
4
-
**To receive update warnings in the CLI (as part of the terminal output whenever you run a command), you must use an official release binary as published on the [GitHub releases page](https://github.com/devspace-cloud/devspace/releases) of this project.**
4
+
**To receive update warnings in the CLI (as part of the terminal output whenever you run a command), you must use an official release binary as published on the [GitHub releases page](https://github.com/loft-sh/devspace/releases) of this project.**
5
5
6
6
See the [install instructions for DevSpace](https://devspace.sh/cli/docs/getting-started/installation) for the recommended methods of downloading an official release binary for your platform. Community maintained release binaries (e.g. `brew` formular for DevSpace) may **not** contain the version number and will therefore not be able to perform a version check.
0 commit comments