├── 4679 ├── 5873 ├── 5986 ├── 6127 ├── 6171 ├── 6328 ├── 6547 ├── 6567 ├── 6670 ├── 6678 ├── 7473 ├── 7518 ├── 7782 ├── 8164 ├── .github ├── ISSUE_TEMPLATE │ └── 1_bug_report.yml └── workflows │ ├── Manual.yml │ ├── disabled.yml │ └── wait-for-checks.yml ├── 6538-2 ├── README.md ├── editable ├── emoji ├── package-lock.json ├── pexels-eberhardgross-1624496.tiff └── renamed and edited.file.md /4679: -------------------------------------------------------------------------------- 1 | +1 2 | +2 3 | original file 4 | 5 | 6 | 7 | 8 | 9 | 10 | another one 11 | -------------------------------------------------------------------------------- /5873: -------------------------------------------------------------------------------- 1 | 5873 2 | -------------------------------------------------------------------------------- /5986: -------------------------------------------------------------------------------- 1 | 111111111111111111111111111111 2 | -------------------------------------------------------------------------------- /6127: -------------------------------------------------------------------------------- 1 | a 2 | 3 | 4 | 5 | 6 | g 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | z 30 | -------------------------------------------------------------------------------- /6171: -------------------------------------------------------------------------------- 1 | ăѣ𝔠👨‍👩‍👧‍👦ծềſģȟᎥ𝒋ǩľḿꞑȯ𝘱𝑞𝗋𝘴ȶ𝞄𝜈ψ𝒙𝘆🇵🇭𝚣1234567890!@#$%^&*()-_=+[{]};:'",<.>/?~𝘈Ḇ𝖢𝕯٤ḞԍНǏ𝙅ƘԸⲘ𝙉০Ρ𝗤Ɍ𝓢ȚЦ𝒱Ѡ𝓧ƳȤѧᖯć𝗱ễ𝑓𝙜Ⴙ𝞲𝑗𝒌ļṃʼnо𝞎𝒒ᵲꜱ𝙩ừ𝗏ŵ𝒙𝒚ź1234567890!@#$%^&*()-_=+[{]};:'",<.>/?~АḂⲤ𝗗𝖤𝗙ꞠꓧȊ𝐉𝜥ꓡ𝑀𝑵Ǭ𝙿𝑄Ŗ𝑆𝒯𝖴𝘝𝘞ꓫŸ𝜡ả𝘢ƀ𝖼ḋếᵮℊ𝙝Ꭵ𝕛кιṃդⱺ𝓅𝘲𝕣𝖘ŧ𝑢ṽẉ𝘅ყž1234567890!@#$%^&*()-_=+[{]};:'",<.>/?~Ѧ𝙱ƇᗞΣℱԍҤ١𝔍К𝓛𝓜ƝȎ𝚸𝑄Ṛ𝓢ṮṺƲᏔꓫ𝚈𝚭𝜶Ꮟçძ𝑒𝖿𝗀ḧ𝗂𝐣ҝɭḿ𝕟𝐨𝝔𝕢ṛ𝓼тú𝔳ẃ⤬𝝲𝗓1234567890!@#$%^&*()-_=+[{]};:'",<.>/?~𝖠Β𝒞𝘋𝙴𝓕ĢȞỈ𝕵ꓗʟ𝙼ℕ০𝚸𝗤ՀꓢṰǓⅤ𝔚Ⲭ𝑌𝙕𝘢𝕤 2 | -------------------------------------------------------------------------------- /6328: -------------------------------------------------------------------------------- 1 | merge into side branch 2 | /2 3 | -------------------------------------------------------------------------------- /6547: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /6567: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6567 5 | 6 | 6567 7 | 8 | -------------------------------------------------------------------------------- /6670: -------------------------------------------------------------------------------- 1 | ADDED ON MAIN 2 | 3 | 1 4 | 2 5 | 3 6 | 7 | 8 | 9 | 4 10 | 5 11 | 6 12 | -------------------------------------------------------------------------------- /6678: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /7473: -------------------------------------------------------------------------------- 1 | base line 2 | MIDDLE 3 | second line 4 | -------------------------------------------------------------------------------- /7518: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /7782: -------------------------------------------------------------------------------- 1 | 7782 2 | -------------------------------------------------------------------------------- /8164: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1_bug_report.yml: -------------------------------------------------------------------------------- 1 | name: 🐛 Report a bug 2 | description: ——— 3 | labels: bug 4 | body: 5 | - type: markdown 6 | attributes: 7 | value: | 8 | # Thanks for reporting a bug! ⛰ 9 | 10 | Help us replicate the issue by filling in this form. You can use the "Find feature" button in the options page to find which feature is causing the issue. 11 | 12 | Please ensure: 13 | 14 | - The bug is caused by Refined GitHub. It doesn't happen if I disable the extension. 15 | - The bug happens after clearing extension cache. The "Clear cache" button can be found in the options page. [](#clear-cache) 16 | 17 | Include in this issue: 18 | 19 | - Screenshots/video/gif demonstrating the bug, if it’s visual 20 | - Console errors, if any 21 | 22 | - id: description 23 | type: textarea 24 | attributes: 25 | label: Description 26 | validations: 27 | required: true 28 | - id: repro 29 | type: textarea 30 | attributes: 31 | label: How to replicate the issue + URL 32 | description: ‼️‼️‼️ Every bug report MUST include A REAL URL where the bug appears. If it happens on a private repo, find an equivalent public URL, even if it doesn't happen there. 33 | validations: 34 | required: true 35 | - id: version 36 | type: input 37 | attributes: 38 | label: Extension version 39 | validations: 40 | required: true 41 | - id: browser 42 | type: input 43 | attributes: 44 | label: Browser(s) used 45 | validations: 46 | required: true 47 | - id: token 48 | type: checkboxes 49 | attributes: 50 | label: Token 51 | options: 52 | - label: I set a token in the options page. I understand that some features require a token to work. 53 | required: true 54 | -------------------------------------------------------------------------------- /.github/workflows/Manual.yml: -------------------------------------------------------------------------------- 1 | on: 2 | workflow_dispatch: 3 | 4 | 5 | jobs: 6 | build: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/checkout@v3 10 | 11 | - run: sleep 10 12 | -------------------------------------------------------------------------------- /.github/workflows/disabled.yml: -------------------------------------------------------------------------------- 1 | on: 2 | workflow_dispatch: 3 | 4 | 5 | jobs: 6 | build: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/checkout@v3 10 | 11 | - run: sleep 10 12 | -------------------------------------------------------------------------------- /.github/workflows/wait-for-checks.yml: -------------------------------------------------------------------------------- 1 | name: wait-for-checks 2 | on: 3 | workflow_dispatch: 4 | push: 5 | branches: 6 | - wait-for-checks 7 | 8 | jobs: 9 | sleep: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - run: sleep 1 13 | - run: sleep 1 14 | - run: sleep 1 15 | check-commit-message: 16 | runs-on: ubuntu-latest 17 | steps: 18 | - run: sleep 10 19 | - if: contains(github.event.head_commit.message, 'FAIL') 20 | run: exit 1 21 | -------------------------------------------------------------------------------- /6538-2: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # github-sandbox 2 | 3 | > Finally some **permalinks** to test GitHub extensions 4 | 5 | When to use this repo: 6 | 7 | - When you want to create a test case for [Refined GitHub](https://github.com/refined-github/refined-github) 8 | 9 | Rules: 10 | 11 | - Do not touch pre-existing files, issues, PRs 12 | - Once you create, close, delete a file… copy its link and then don't touch it again 13 | - No specific rules about names, titles, etc… use and write what you need 14 | 15 | ## Usage example 16 | 17 | 1. I open an issue named `Testing in-title #1 issue references` 18 | 3. I use its URL in a PR, like: 19 | ```md 20 | I created this feature that works on titles. 21 | 22 | # Test URLs 23 | 24 | https://github.com/refined-github/sandbox/issues/345 25 | ``` 26 | 3. That's it! The issue you created will be here forever, hence the _permalink_ subtitle. 27 | 28 | ### Live example 29 | 30 | I created several issues and PRs and used it in this demo page: https://github.com/fregante/github-issue-link-status/issues/57 31 | 32 | Feel free to reuse the same links when testing, they're guaranteed to never change (they won't be closed, merged, etc) 33 | 34 | edited 35 | -------------------------------------------------------------------------------- /editable: -------------------------------------------------------------------------------- 1 | you can edit me, but don't use it to create PRs 2 | -------------------------------------------------------------------------------- /emoji: -------------------------------------------------------------------------------- 1 | ✅ 2 | -------------------------------------------------------------------------------- /pexels-eberhardgross-1624496.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refined-github/sandbox/14dfae54a21334fb84461d3a382cdecc4f5900ce/pexels-eberhardgross-1624496.tiff -------------------------------------------------------------------------------- /renamed and edited.file.md: -------------------------------------------------------------------------------- 1 | or you can create a file with the issue/pr number 2 | 3 | https://github.com/refined-github/sandbox/edit/default-a/renamed%20and%20edited.file.md 4 | 5 | --------------------------------------------------------------------------------