-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f29d2d7
commit fc6567f
Showing
2,174 changed files
with
427,169 additions
and
195,575 deletions.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**What version of protobuf and what language are you using?** | ||
Version: master/v3.6.0/v3.5.0 etc. | ||
Language: C++/Java/Python/C#/Ruby/PHP/Objective-C/Javascript | ||
|
||
**What operating system (Linux, Windows, ...) and version?** | ||
|
||
**What runtime / compiler are you using (e.g., python version or gcc version)** | ||
|
||
**What did you do?** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**What did you expect to see** | ||
|
||
**What did you see instead?** | ||
|
||
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). | ||
|
||
**Anything else we should know about your project / environment** |
18 changes: 18 additions & 0 deletions
18
third_party/protobuf/.github/ISSUE_TEMPLATE/feature_request.md
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**What language does this apply to?** | ||
If it's a proto syntax change, is it for proto2 or proto3? | ||
If it's about generated code change, what programming language? | ||
|
||
**Describe the problem you are trying to solve.** | ||
|
||
**Describe the solution you'd like** | ||
|
||
**Describe alternatives you've considered** | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Question | ||
about: Questions and troubleshooting | ||
|
||
--- | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
mergeable: | ||
pull_requests: | ||
label: | ||
and: | ||
- must_exclude: | ||
regex: '^disposition/DO NOT MERGE' | ||
message: 'Pull request marked not mergeable' | ||
- or: | ||
- and: | ||
- must_include: | ||
regex: 'release notes: yes' | ||
message: 'Please include release note: yes' | ||
- must_include: | ||
regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby)' | ||
message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: cleanup, conformance tests, integration.' | ||
- must_include: | ||
regex: 'release notes: no' | ||
message: 'Please include release note: no' |
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 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[submodule "third_party/benchmark"] | ||
path = third_party/benchmark | ||
url = https://github.com/google/benchmark.git | ||
[submodule "third_party/googletest"] | ||
path = third_party/googletest | ||
url = https://github.com/google/googletest.git | ||
ignore = dirty |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.