Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 24 additions & 3 deletions .github/ISSUE_TEMPLATE/chapter_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Chapter
# Chapter Reading Issue

## Key Concepts
## Chapter Details

Link to Chapter:
- **Chapter Number:** [Insert chapter number]
- **Chapter Title:** [Insert chapter title]
- **Date Read:** [Insert date]

## Summary
>
> [Provide a brief summary of the chapter content.]

## Key Takeaways

- [Key takeaway 1]
- [Key takeaway 2]
- [Key takeaway 3]

## Open Questions / Clarifications

- [Question or comment 1]
- [Question or comment 2]

## Additional Notes
>
> [Any extra thoughts or discussion points]
26 changes: 20 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<!--- Provide a general summary of your changes in the Title above -->

# Description
<!--- Describe your changes in detail -->
<!--
- **What:** Brief summary of changes.
- **Why:** Purpose and impact of these changes.
-->

## Related Issue(s)
<!--Link to any related issue(s) or mention "N/A".-->

## Proposed Changes

-

## Checklist

- [ ] Code compiles without errors.
- [ ] Relevant documentation updated.
- [ ] Tests written/updated and passing.
- [ ] Manual testing performed.

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## Additional Notes
<!-- Any extra details, screenshots, or context.-->
18 changes: 0 additions & 18 deletions .github/workflows/label_issues.yml

This file was deleted.

Loading