Compare commits

...

7 Commits

Author SHA1 Message Date
Nguyen Long Nhat fb0db70d5c
Merge c6ceb5e743 into 0647f1571a 2024-11-10 01:18:11 +00:00
V205 0647f1571a
Add AI Safety for Fleshy Humans (#11755)
* Add AI Safety for Fleshy Humans

Add AI Safety for Fleshy Humans, by Nicky Case and Hack Club.

* Update free-programming-books-subjects.md
2024-11-09 20:18:01 -05:00
dependabot[bot] 046ca2449e
chore(deps): bump tj-actions/changed-files from 45.0.3 to 45.0.4 (#11756)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.3 to 45.0.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.3...v45.0.4)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 18:36:28 -05:00
Nguyen Long Nhat c6ceb5e743
Merge branch 'EbookFoundation:main' into improve-issue-templates 2022-10-07 22:57:56 +07:00
Nguyen Long Nhat 9a3a5e1377
follow-up is as a comment 2022-10-07 22:57:25 +07:00
Nguyen Long Nhat 7970b4ea53
Merge branch 'EbookFoundation:main' into improve-issue-templates 2022-10-07 22:54:51 +07:00
Nguyen Long Nhat 5094d3cbde
improve issue and PR templates 2022-10-06 23:59:20 +07:00
6 changed files with 140 additions and 12 deletions

60
.github/ISSUE_TEMPLATE/bug.yaml vendored Normal file
View File

@ -0,0 +1,60 @@
name: "Bug Report"
description: "Submit a bug report to help us improve"
title: "Bug Report: "
labels: [🐛 BUG]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out our bug report form.
- type: textarea
id: steps-to-reproduce
validations:
required: true
attributes:
label: "Steps to reproduce"
description: "Please walk us through it step by step."
placeholder: "First I ..."
- type: textarea
id: expected-behavior
validations:
required: true
attributes:
label: "Expected behavior"
description: "What did you think would happen?"
placeholder: "It shoulds ..."
- type: textarea
id: actual-behavior
validations:
required: true
attributes:
label: "Actual behavior"
description: "What did actually happen? Add screenshots, if it's possiable."
placeholder: "It actually ..."
- type: dropdown
id: operating-system
attributes:
label: "Operating system"
description: "What OS is your server / device running on?"
options:
- Linux
- macOS
- Windows
- Something else
validations:
required: true
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Have you spent some time to check if this issue has been raised before?"
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
options:
- label: "I checked and didn't find similar issue"
required: true
- type: checkboxes
id: read-code-of-conduct
attributes:
label: "Have you read the Code of Conduct?"
options:
- label: "I have read the [Code of Conduct](https://github.com/EbookFoundation/free-programming-books/blob/main/docs/CODE_OF_CONDUCT.md)"
required: true

32
.github/ISSUE_TEMPLATE/feature.yaml vendored Normal file
View File

@ -0,0 +1,32 @@
name: "Feature Request"
description: "Submit a proposal for a new feature"
title: "Feature: "
labels: [New Feature]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out our feature request form.
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: "Feature description"
description: "A clear and concise description of what the feature is."
placeholder: "You should add ..."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Have you spent some time to check if this issue has been raised before?"
description: "Have you Googled for a similar issue or checked our older issues?"
options:
- label: "I checked and didn't find similar issue"
required: true
- type: checkboxes
id: read-code-of-conduct
attributes:
label: "Have you read the Code of Conduct?"
options:
- label: "I have read the [Code of Conduct](https://github.com/EbookFoundation/free-programming-books/blob/main/docs/CODE_OF_CONDUCT.md)"
required: true

32
.github/ISSUE_TEMPLATE/urlchecker.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: "Broken Links Report"
description: "Submit a broken links report to help us improve"
title: "Broken Links Report: "
labels: [urlchecker]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out our report form.
- type: textarea
id: broken-links
validations:
required: true
attributes:
label: "Broken Links"
description: "Fill broken links that you found."
placeholder: "1. .../n 2. ..."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Have you spent some time to check if this issue has been raised before?"
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
options:
- label: "I checked and didn't find similar issue"
required: true
- type: checkboxes
id: read-code-of-conduct
attributes:
label: "Have you read the Code of Conduct?"
options:
- label: "I have read the [Code of Conduct](https://github.com/EbookFoundation/free-programming-books/blob/main/docs/CODE_OF_CONDUCT.md)"
required: true

View File

@ -1,23 +1,26 @@
## What does this PR do?
Add resource(s) | Remove resource(s) | Add info | Improve repo
## For resources
### Description
- [ ] Add resource(s)
- [ ] Remove resource(s)
- [ ] Add/Update infomation
- [ ] Improve this repository
### Why is this valuable (or not)?
## Description
### How do we know it's really free?
<!-- Provide a description of what this PR does -->
### For book lists, is it a book? For course lists, is it a course? etc.
## Why is this valuable (or not)?
## How do we know it's really free?
## Checklist
## Checklist:
- [ ] Read our [contributing guidelines](https://github.com/EbookFoundation/free-programming-books/blob/main/docs/CONTRIBUTING.md).
- [ ] [Search](https://ebookfoundation.github.io/free-programming-books-search/) for duplicates.
- [ ] It is a book or a course, etc.
- [ ] Include author(s) and platform where appropriate.
- [ ] Put lists in alphabetical order, correct spacing.
- [ ] Put lists in alphabetical order, with correct spacing.
- [ ] Add needed indications (PDF, access notes, under construction).
- [ ] Used an informative name for this pull request.
## Follow-up
- Check the status of GitHub Actions and resolve any reported warnings!
<!-- Follow-up: Check the status of GitHub Actions and resolve any reported warnings! -->

View File

@ -42,7 +42,7 @@ jobs:
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45.0.3
uses: tj-actions/changed-files@v45.0.4
with:
separator: " "
json: true

View File

@ -136,6 +136,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM
### Artificial Intelligence
* [AI Safety for Fleshy Humans](https://aisafety.dance) - Nicky Case and Hack Club *(:construction: in process)* (CC BY-NC)
* [Artificial Intelligence, 3rd Edition (1993)](https://courses.csail.mit.edu/6.034f/ai3/rest.pdf) - Patrick Henry Winston (PDF)
* [Artificial Intelligence and the Future for Teaching and Learning](https://www2.ed.gov/documents/ai-report/ai-report.pdf) - Office of Educational Technology (PDF)
* [Artificial Intelligence for a Better Future: An Ecosystem Perspective on the Ethics of AI and Emerging Digital Technologies](https://link.springer.com/book/10.1007/978-3-030-69978-9) - Bernd Carsten Stahl (PDF, EPUB)