-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace compatibility with new matrix #1871
Open
bitschmidty
wants to merge
11
commits into
bitcoinops:master
Choose a base branch
from
bitschmidty:2024-09-matrix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c3cf0be
Replace compatibility with matrix
TorokNRoll 493d22e
Matrix: add initial services
TorokNRoll 0696025
Additional cleanup items
bitschmidty 6e80ac7
updates - murch feedback
TorokNRoll 2a21bfb
Update en/matrix.md
TorokNRoll 439e94f
updates - murch/gustavo feedback
TorokNRoll 6792c8f
Update en/matrix.md
TorokNRoll 56a0a42
Update en/matrix.md
TorokNRoll ee0a979
Update en/matrix.md
TorokNRoll 329cd55
Update en/matrix.md
TorokNRoll c276786
updates - LR feedback
TorokNRoll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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 |
---|---|---|
|
@@ -95,25 +95,20 @@ JEKYLL_ENV=local make build # Do a clean build of the site to the _site directo | |
diff -ruN _site _site.bak # Compare the generated sites (-r for recursive, -u for unified, -N for new file) | ||
``` | ||
|
||
## Compatibility Matrix Data | ||
## Bitcoin Feature Matrix Data | ||
|
||
The compatibility matrix section of the website is built from | ||
[YAML](https://yaml.org/) files located in [_compat/en](_compat/en). | ||
The compatibility images (usability | ||
screenshots, logos) are located in [img/compatibility/](img/compatibility/) with | ||
sub-folders for each wallet or service. Make sure to optimize any png files using | ||
`optipng -o7 <filename>`. These files are free for anyone to repurpose/republish | ||
elsewhere. | ||
The data in the Bitcoin Feature Matrix section of the website is: | ||
|
||
We welcome pull requests to the compatibility matrix, including | ||
testing the latest versions of previously tested services/wallets, adding notable | ||
usability screenshots, or adding new service/wallet tests. | ||
- collected via a Google Form | ||
- transformed into [YAML](https://yaml.org/) files via a Google script | ||
- located in [_data/matrix/](_data/matrix/) | ||
|
||
When contributing changes to the compatibility matrix data files, review and adhere to | ||
the YAML schema located in [_data/schemas/compatibility.yaml](_data/schemas/compatibility.yaml). | ||
We welcome contributions/suggestions to the Bitcoin Feature Matrix: | ||
|
||
If you believe any of the data in the compatibility matrix is incorrect, you | ||
can also [submit an issue](../../issues/) detailing what is wrong and how to correct it. | ||
- Add new products/services via the [Google Form](https://forms.gle/Vd7whDTTnyV6iNMk6) | ||
- Request data updates via [issue submission](../../issues/) | ||
- Propose new features to test via [issue submission](../../issues/) | ||
|
||
If you want to request a new service or wallet be evaluated, or a new test that you | ||
think is useful, please also submit an issue. | ||
Changes shall be integrated during regular site updates. | ||
|
||
Questions and requests can also be directed at [[email protected]](mailto:[email protected]). |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TorokNRoll do you want to include the new process for user-submitted contributions for the matrix here?