Skip to content

Commit

Permalink
rework repo to drop auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa committed Oct 16, 2023
1 parent 1992bdd commit 7a9c59d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 669 deletions.
15 changes: 0 additions & 15 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

In order to contribute to this repository you need to **fork** it, then you can create a pull request.

The *README* is generated from **contents.json**, please update the JSON file instead of the README :smile:

- **To add to the list:** Submit a pull request
- **To remove from the list:** Open an issue

Expand All @@ -25,22 +23,9 @@ When adding new items, please adhere to the following guidelines:

- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
- Use the existing format in the JSON file

```json
{
"title": "Commander",
"category": "command-line",
"description": "Compose beautiful command line interfaces.",
"homepage": "https://github.com/kylef/Commander",
"tags": ["linux"]
}
```

- New categories, or improvements to the existing categorization are welcome (open an issue).
- Keep descriptions short and simple, but descriptive.
- Start the description with a capital and end with a full stop/period.
- The description usually should not include "written in Swift" or "in Swift" as everything on the list would have that.
- Check your spelling and grammar.
- The pull request should include a link to the package and why it should be included.

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Thanks for contributing to awesome-ble 😊 -->

<!-- Reminder: Please update contents.json instead of the README -->
<!-- Reminder: Please update README.md instead of the README -->

<!-- Please fill out the short form below -->

Expand All @@ -9,4 +9,4 @@
- **Project Description**:
- **Why it should be added to `awesome-ble`**:
- [ ] At least 15 stars (if a GitHub project)
- [ ] Updated **contents.json** instead of README
- [ ] Updated **README.md** instead of README
139 changes: 0 additions & 139 deletions .github/convert.rb

This file was deleted.

96 changes: 0 additions & 96 deletions .github/schema.json

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/merge.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/pr.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Dangerfile

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

16 changes: 0 additions & 16 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit 7a9c59d

Please sign in to comment.