permalink | layout | title | nav_order |
---|---|---|---|
/contributing/ |
home |
Contributing |
99 |
We welcome your contributions! This website is hosted using GitHub pages, so you can find its source files in the corresponding GitHub repository: https://github.com/computer-ethics/computer-ethics.github.io.
The preferred way to suggest an edit is to make a pull request with the proposed change:
- Fork the Computer Ethics GitHub repository.
- Make the proposed change by editing the relevant page or file.
If you wish to build and test the website locally before opening a pull request, please follow the instructions below.
{:style="counter-reset:none"} 3. Create a new pull request to incorporate changes from the forked (copied) repository into the upstream Computer Ethics repository.
-
Ensure that you have the latest version of Ruby installed on your computer.
-
Clone this repository to create a local copy on your computer.
-
Change your working directory to the root directory of your local copy.
-
Run
bundle install
. -
Run
bundle exec jekyll serve
to build your site and preview it atlocalhost:4000
.
The built site is stored in the directory _site
.
Alternatively, you can always reach out to us at computer-ethics[at]berkeley.edu with your ideas and suggestions.