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: docs/docs/contributing/development.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Contributing to David’s development
2
2
3
-
David is an open-source project, and we welcome contributions from the community. Please read the [contributing guidelines](https://github.com/davidcp/davidcp/blob/main/CONTRIBUTING.md) for additional information.
3
+
David is an open-source project, and we welcome contributions from the community. Please read the [contributing guidelines](https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md) for additional information.
4
4
5
5
David is designed to be installed on a web server. To develop David on your local machine, a virtual machine is recommend.
6
6
7
7
::: warning
8
-
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/davidcp/davidcp/issues/new/choose) or [submit a Pull Request](https://github.com/davidcp/davidcp/pulls).
8
+
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/david0154/davidcp/issues/new/choose) or [submit a Pull Request](https://github.com/davidcp/davidcp/pulls).
9
9
:::
10
10
11
11
## Creating a virtual machine for development
@@ -16,10 +16,10 @@ These instructions use [Multipass](https://multipass.run/) to create an Ubuntu V
16
16
17
17
1.[Install Multipass](https://multipass.run/install) for your OS
18
18
19
-
1.[Fork David](https://github.com/davidcp/davidcp/fork) and clone the repository to your local machine
19
+
1.[Fork David](https://github.com/david0154/davidcp/fork) and clone the repository to your local machine
1. Create an Ubuntu VM with at least 2GB of memory and 15GB of disk space
@@ -116,7 +116,7 @@ Below are some instructions for making a change to David's UI, running the build
116
116
117
117
1. Reload the page in your browser to see the change
118
118
119
-
Please refer to the [contributing guidelines](https://github.com/davidcp/davidcp/blob/main/CONTRIBUTING.md#development-guidelines) for more details on submitting code changes for review.
119
+
Please refer to the [contributing guidelines](https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md#development-guidelines) for more details on submitting code changes for review.
120
120
121
121
::: info
122
122
A backup is created each time the David build script is run. If you run this often it can fill up your VM's disk space.
@@ -131,7 +131,7 @@ We currently use [Bats](https://github.com/bats-core/bats-core) to run our autom
0 commit comments