forked from brisbanesocialchess/awesome-social-chess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
180 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" # Location of the package manifests | ||
schedule: | ||
interval: "daily" # Check for updates daily |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
--- | ||
documentation: | ||
- "**/*.md" | ||
- "README.md" | ||
- "docs/**" | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
|
||
root: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '*' | ||
|
||
github-actions: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
--- | ||
name: "Pull Request Labeler" | ||
name: "Pull Request Labeler" | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize] | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
label: | ||
runs-on: ubuntu-latest | ||
jobs: | ||
label: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
pull-requests: write # Ensure write access for PRs | ||
|
||
steps: | ||
- name: Pull Request Labeler | ||
uses: actions/labeler@v5 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
configuration-path: ".github/labeler.yml" | ||
steps: | ||
- name: Pull Request Labeler | ||
uses: actions/labeler@v5 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
configuration-path: ".github/labeler.yml" | ||
sync-labels: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# Contributing Guide β¨ | ||
|
||
Welcome to **Awesome Social Chess**! We appreciate your interest in contributing. All contributions are welcome! π | ||
|
||
## Table of Contents | ||
|
||
- [Getting Started](#getting-started) | ||
- [Creating an Issue](#creating-an-issue) | ||
- [How to Contribute](#how-to-contribute) | ||
- [Community Support](#community-support) | ||
|
||
--- | ||
|
||
## Getting Started | ||
|
||
Before you begin: | ||
|
||
- **Familiarize Yourself**: Take a moment to read through the existing [issues](https://github.com/brisbanesocialchess/awesome-social-chess/issues) and [pull requests](https://github.com/brisbanesocialchess/awesome-social-chess/pulls) to understand current discussions. | ||
|
||
## Creating an Issue | ||
|
||
If you encounter a bug or have a feature request, please create an issue: | ||
|
||
1. **Search Existing Issues**: Check if the issue already exists to avoid duplicates. | ||
2. **Open a New Issue**: | ||
- Use a descriptive title. | ||
- Clearly describe the problem or feature request. | ||
- Provide steps to reproduce the issue, if applicable. | ||
- Include screenshots or code snippets, if helpful. | ||
|
||
## How to Contribute | ||
|
||
We welcome contributions in the form of bug fixes, new features, documentation improvements, and more. | ||
|
||
### 1. Fork the Repository π | ||
|
||
Click the **"Fork"** button at the top right corner of the repository page to create a copy of the repository on your GitHub account. | ||
|
||
### 2. Clone Your Fork π₯ | ||
|
||
Clone the forked repository to your local machine: | ||
|
||
```bash | ||
git clone https://github.com/your-username/social-chess.git | ||
``` | ||
|
||
### 3. πΏ Create a Branch | ||
|
||
```bash | ||
cd awesome-social-chess | ||
git checkout -b add-new-feature | ||
``` | ||
|
||
### 4. βοΈ Make Changes - Make necessary improvements, such as fixing bugs, enhancing documentation, or adding new features | ||
|
||
### 5. π Commit Changes | ||
|
||
Use descriptive commit messages that clearly state the purpose of your changes. | ||
|
||
```bash | ||
git add . | ||
git commit -m "Add feature: description of feature" | ||
``` | ||
|
||
### 6. β¬οΈ Push Changes | ||
|
||
```bash | ||
git push origin add-new-feature | ||
``` | ||
|
||
### 7. π Create a Pull Request | ||
|
||
- Go to your forked repository on GitHub. | ||
- Click **"Compare & pull request"**. | ||
- Add a title and description (e.g., "Fixes #38"). | ||
- Click **"Create pull request"**. | ||
|
||
## Community Support | ||
|
||
If you need help or have questions: | ||
|
||
- Join Discussions: Participate in discussions. | ||
- Contact Maintainers: Reach out to project maintainers if needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
# Awesome Social Chess | ||
<div align="center"> | ||
|
||
## Table of Contents | ||
<img src="./assets/social-chess-logo.png" alt="Awesome Social Chess Logo" width="150" style="display:block; margin:auto; border-radius:8px;"> | ||
|
||
- [Books](#books) | ||
- [Calendars](#calendars) | ||
- [Cards](#cards) | ||
# π Awesome Social Chess π | ||
|
||
## Books | ||
</div> | ||
|
||
- **101 Questions On How To Play Chess** - Fred Wilson - Dover Game And Puzzle Activity Books | ||
- **Bobby Fischer Teaches Chess** - Bobby Fischer, Stuart Margulies, Donn Mosenfelder - Basic Systems Inc, Bantam Books | ||
- **Learn Chess: A Gold-medal Winner Explains How to Play and Win at Chess** - John Nunn - Gambit Publications Ltd | ||
- **Learn Chess From The Greats** - Peter J. Tamburro, Jr. - Dover Publications | ||
- **My System** - Winning Chess Strategies - Aron Nimzowitsch - SnowBall Publishing | ||
- **The Usborne Complete Book of Chess** - Elizabeth Dalby - Usborne Publishing Ltd | ||
## π Table of Contents | ||
|
||
## Calendars | ||
- [π Books](#books) | ||
- [π Calendars](#calendars) | ||
- [π Cards](#cards) | ||
|
||
- American Chess Magazine Chess 2024 - A Year of Chess Puzzles | ||
## π Books | ||
|
||
## Cards | ||
| Title | Author(s) | Publisher | | ||
|---------------------------------------------------------------------|-------------------------------------------|-----------------------------------| | ||
| **101 Questions On How To Play Chess** | Fred Wilson | Dover Game And Puzzle Activity Books | | ||
| **Bobby Fischer Teaches Chess** | Bobby Fischer, Stuart Margulies, Donn Mosenfelder | Basic Systems Inc, Bantam Books | | ||
| **Chess Openings For Dummies** | James Eade | For Dummies | | ||
| **Learn Chess: A Gold-medal Winner Explains How to Play and Win at Chess** | John Nunn | Gambit Publications Ltd | | ||
| **Learn Chess From The Greats** | Peter J. Tamburro, Jr. | Dover Publications | | ||
| **My System: Winning Chess Strategies** | Aron Nimzowitsch | SnowBall Publishing | | ||
| **The Usborne Complete Book of Chess** | Elizabeth Dalby | Usborne Publishing Ltd | | ||
|
||
- Chess Endgame Cards general - Benoni 1: Standard size playing cards | ||
- The Chess Deck - 50 Cards For Mastering The Basics - Levy Rozman AKA GOTHAMCHESS: Large deck of cards | ||
## π Calendars | ||
|
||
- **American Chess Magazine Chess 2024** - A Year of Chess Puzzles | ||
|
||
## π Cards | ||
|
||
| Title | Description | | ||
|---------------------------------------------------------------------|-------------------------------------------| | ||
| **Chess Endgame Cards General: Benoni 1** | Standard size playing cards | | ||
| **The Chess Deck** | 50 Cards For Mastering The Basics - Levy Rozman AKA GOTHAMCHESS: Large deck of cards | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.