Compare commits
7 Commits
d0e3c38765
...
fb0db70d5c
Author | SHA1 | Date |
---|---|---|
Nguyen Long Nhat | fb0db70d5c | |
V205 | 0647f1571a | |
dependabot[bot] | 046ca2449e | |
Nguyen Long Nhat | c6ceb5e743 | |
Nguyen Long Nhat | 9a3a5e1377 | |
Nguyen Long Nhat | 7970b4ea53 | |
Nguyen Long Nhat | 5094d3cbde |
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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! -->
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue