github.com/mckael/restic@v0.8.3/.github/ISSUE_TEMPLATE.md (about) 1 <!-- 2 3 Welcome! - We kindly ask that you: 4 5 1. Fill out the issue template below - not doing so needs a good reason. 6 2. Use the forum if you have a question rather than a bug or feature request. 7 8 The forum is at: https://forum.restic.net 9 10 NOTE: Not filling out the issue template needs a good reason, as otherwise it 11 may take a lot longer to find the problem, not to mention it can take up a lot 12 more time which can otherwise be spent on development. Please also take the 13 time to help us debug the issue by collecting relevant information, even if 14 it doesn't seem to be relevant to you. Thanks! 15 16 The forum is a better place for questions about restic or general suggestions 17 and topics, e.g. usage or documentation questions! This issue tracker is mainly 18 for tracking bugs and feature requests directly relating to the development of 19 the software itself, rather than the project. 20 21 Thanks for understanding, and for contributing to the project! 22 23 --> 24 25 26 ## Output of `restic version` 27 28 29 ## How did you run restic exactly? 30 31 <!-- 32 This section should include at least: 33 34 * The complete command line and any environment variables you used to 35 configure restic's backend access. Make sure to replace sensitive values! 36 37 * The output of the commands, what restic prints gives may give us much 38 information to diagnose the problem! 39 --> 40 41 ## What backend/server/service did you use to store the repository? 42 43 44 45 ## Expected behavior 46 47 <!-- 48 Describe what you'd like restic to do differently. 49 --> 50 51 ## Actual behavior 52 53 <!-- 54 In this section, please try to concentrate on observations, so only describe 55 what you observed directly. 56 --> 57 58 ## Steps to reproduce the behavior 59 60 <!-- 61 The more time you spend describing an easy way to reproduce the behavior (if 62 this is possible), the easier it is for the project developers to fix it! 63 --> 64 65 ## Do you have any idea what may have caused this? 66 67 68 69 ## Do you have an idea how to solve the issue? 70 71 72 73 ## Did restic help you or made you happy in any way? 74 75 <!-- 76 Answering this question is not required, but if you have anything positive to share, please do so here! 77 Sometimes we get tired of reading bug reports all day and a little positive end note does wonders. 78 Idea by Joey Hess, https://joeyh.name/blog/entry/two_holiday_stories/ 79 -->