├── SECURITY.md ├── CONTRIBUTING.md ├── .github ├── ISSUE_TEMPLATE │ ├── FUNDING.yml │ ├── config.yml │ ├── SUPPORT.md │ ├── Suggesting-Feature.md │ └── Reporting-Issue.md └── pull_request_template.md └── README.md /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security 2 | 3 | ## Reporting a Bug in F@H Software 4 | 5 | To report security vulnerabilities, please email joseph(at)cauldrondevelopment(dot)com -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to Contribute 2 | 3 | I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition :) More information is on it's way. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ["https://foldingathome.org/about/donate/", "https://alumni.wustl.edu/give/annualfund/Pages/Corporate-Matching.aspx", "https://gifts.wustl.edu/med/index.html?other_designation_description=Folding@Home%20(Dr%20Greg%20Bowman,%20Dept%20of%20Biochemistry)&0_d_tr1=71&sc=NG"] -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Official F@H Forum 4 | url: https://foldingforum.org/index.php 5 | about: For discussion, troubleshooting, and questions. If in doubt, start at the Forum :) 6 | - name: F@H Discord 7 | url: https://discord.gg/foldingathome 8 | about: For general discussion and questions. 9 | - name: F@H Twitter 10 | url: https://twitter.com/foldingathome 11 | about: For contacting researchers directly. 12 | - name: F@H Website 13 | url: https://foldingathome.org/ 14 | about: Main website for F@H. 15 | - name: F@H Wikipedia 16 | url: https://en.wikipedia.org/wiki/Folding@home 17 | about: Additional information about F@H on Wikipedia. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/SUPPORT.md: -------------------------------------------------------------------------------- 1 | # Support 2 | 3 | F@H contributors have limited availability to address general support questions. Please make sure you are using the [latest version of the F@H Software](https://foldingathome.org/alternative-downloads/). 4 | 5 | When seeking support, please first search for your issue/question in these venues: 6 | 7 | * [Official F@H Forum](https://foldingforum.org/index.php) 8 | * [F@H Discord](https://discord.gg/foldingathome) 9 | * [F@H Website](https://foldingathome.org/) 10 | * Issues in the F@H GitHub organization: [Open](https://github.com/FoldingAtHome/fah-issues/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-desc) or [Closed](https://github.com/FoldingAtHome/fah-issues/issues?q=is%3Aissue+is%3Aclosed+sort%3Acreated-desc) 11 | 12 | GitHub issues are for tracking enhancements and bugs, not general support. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Suggesting-Feature.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Suggesting Feature 3 | about: Create a report about a feature in the Folding@home Software. 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 17 | Your issue may already be reported! 18 | Please search on the [issue tracker](./) before creating one. 19 | 20 | ## Is your feature request related to a problem? 21 | 24 | 25 | 26 | ---- 27 | ## Describe the Feature 28 | 31 | 32 | 33 | ---- 34 | ## Context 35 | 38 | 39 | 40 | ---- -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 | Folding@home logo 8 | 9 |

10 | 11 | This repository contains all issues related to the v7 Folding@Home software. 12 | 13 | ## DEPRECATION NOTICE 14 | 15 | Please file issues releated to the v8 Folding client web interface at 16 | https://github.com/FoldingAtHome/fah-web-client-bastet or for the client 17 | backend at https://github.com/FoldingAtHome/fah-client-bastet. All other 18 | Folding@home issues, such as problems with servers, cores, stats or 19 | the foldingathome.org website should be reported at 20 | https://foldingforum.org/. 21 | 22 | ## Support 23 | 24 | Looking for help? Check out the 25 | [instructions for getting support](.github/ISSUE_TEMPLATE/SUPPORT.md). 26 | 27 | ## Release Types 28 | 29 | * **Current**: Stable release of the F@H software. 30 | [Download](https://foldingathome.org/download) 31 | * **Alpha/Beta**: Unstable releasees of the F@H software that are under development. 32 | [Beta](https://foldingathome.org/beta/) 33 | [Alpha](https://foldingathome.org/alpha/) 34 | 35 | ## Security 36 | 37 | For information on reporting security vulnerabilities in F@H Software, see 38 | [SECURITY.md](./SECURITY.md). 39 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 10 | ## Type of Change 11 | 14 | 15 | - [ ] Bug fix (non-breaking change which fixes an issue) 16 | - Related GitHub issue: 17 | - [ ] New feature (non-breaking change which adds functionality) 18 | - Related GitHub issue: 19 | - [ ] Breaking change (fix or feature that would cause existing functionality to change) 20 | - Related GitHub issue: 21 | - [ ] This change requires a documentation update 22 | - Related GitHub issue: 23 | ---- 24 | ## Context, Description & Motivation 25 | 31 | 32 | 33 | 34 | ---- 35 | ## How Has This Been Tested? 36 | 40 | 41 | 42 | 43 | ---- 44 | ## Screenshots (Optional) 45 | 46 | 47 | 48 | ---- -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Reporting-Issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Reporting An Issue 3 | about: Create a report about a bug in the Folding@home Software. 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 17 | Your issue may already be reported! 18 | Please search on the [issue tracker](./) before creating one. 19 | 20 | ## Your Environment 21 | 24 | * **F@H Software version**: 25 | * **Operating System**: 26 | * **Browser**: 27 | 28 | 29 | ---- 30 | ## Expected Behavior 31 | 34 | 35 | 36 | ---- 37 | ## Current Behavior 38 | 41 | 42 | 43 | ---- 44 | ## Possible Solution (Optional) 45 | 48 | 49 | 50 | ---- 51 | ## Steps To Reproduce 52 | 55 | 1. 56 | 2. 57 | 3. 58 | 59 | 60 | ---- 61 | ## Context 62 | 65 | 66 | 67 | ---- --------------------------------------------------------------------------------