github.com/Zenithar/prototool@v1.3.0/.github/ISSUE_TEMPLATE.md (about)

     1  Thanks for filing an issue! We appreciate the input.
     2  
     3  Before filing, a couple guidelines:
     4  
     5  - If this is a question about Protobuf, do not file an issue here. Consult the
     6    Protobuf Language Guide at https://developers.google.com/protocol-buffers/docs/proto3
     7    or ask your question on the Protobuf Mailing List at https://groups.google.com/forum/#!forum/protobuf.
     8  - If this is an issue with Protoc, do not file an issue here. File your issue
     9    on the Protobuf repository at https://github.com/protocolbuffers/protobuf.
    10  - If this is a feature request, please provide a rough outline of the actual changes
    11    you'd like to see with as many specifics as you can provide.
    12  - If this is a bug report, please provide specific steps to reproduce your issue.
    13  
    14  Please do not @ individual maintainers in the description! We appreciate it.
    15  
    16  If your issue doesn't meet the guidelines, we'll comment as such and close the issue - we don't
    17  mean to be impersonal, but we have to reduce the support burden and cannot be supporting all
    18  of Protobuf. If the issue is a feature request and we don't think it meets the guidelines,
    19  don't feel like us closing the issue means we can't ever address it, unless we specifically
    20  note that we won't be adding a given feature (in which case the issue should stay closed)
    21  - provide more specifics and re-open the issue. If the issue is a bug report, unless we respond
    22  that Prototool is working as intended, add steps to reproduce the issue and re-open the issue.
    23  
    24  Again, thanks for your input, and we hope Prototool helps your development!