Commit Graph

49 Commits

Author SHA1 Message Date
Wilken Rivera 156b6ac2b4
Update GitHub action (#9774)
Ignore issue events triggered by pull_requests
2020-08-17 13:35:19 +02:00
Adrien Delorme d31192a7fc
Update feature_requests.md
add a 'Community Note' section
2020-07-24 13:34:15 +02:00
Wilken Rivera 9ad4c7c5fe .github/workflows/issues: Add milestone labeling action
This change adds a GitHub action that will automatically apply the
`track-internal` label to any issue that is added to an existing Packer
milestone.
2020-06-10 15:10:48 -04:00
Megan Marsh 7ac09d0b7c add how to pull experimental binaries to CONTRIBUTING.md 2020-06-02 14:08:01 -07:00
Megan Marsh 5b8113ab0f
Merge pull request #9006 from hashicorp/provisioner_acc_contributing
Add how to write provisioner's acceptance tests to CONTRIBUTING docs
2020-04-07 16:02:16 -07:00
Jeff Escalante 2999934326
fix generation script, bugfixes in source comments, update website paths in primary codebase 2020-04-07 17:53:22 -04:00
Jeff Escalante 9165be87da
packer.io prefix removal, html extension remove for in-code errors 2020-04-07 17:53:22 -04:00
Moss eac5526a28 Update prov test code 2020-04-07 11:41:03 +02:00
Moss 388997cd1c Fix some typos 2020-04-07 10:29:17 +02:00
Moss 25b91aa3cb Update CONTRIBUTING with ajustments 2020-04-06 18:22:34 +02:00
Moss 939b5ee22d Update CONTRIBUTING with provisioner acc tests 2020-04-06 18:06:46 +02:00
Wilken Rivera daffd9c318
CONTRIBUTING: Update documentation for linting on Travis (#8933) 2020-03-23 10:46:03 +01:00
Wilken Rivera 9ec8b67392
Add golangci-lint to project (#8686)
* Add golangci-lint as linting tool

* Disable failing staticchecks to start; GitHub issue to handle coming soon

* Run `goimports -w` to repair all source files that have improperly
formatted imports

* makefile: Add ci-lint target to run on travis

This change adds a new make target for running golangci-lint on newly
added Go files only. This target is expected to run during Packer ci builds.

* .github/contributing: Add code linting instructions

* travis: Update job configuration to run parallel builds
2020-02-14 11:42:29 -05:00
Megan Marsh f5c58c8e83
fix rcp --> rpc typo (#8665) 2020-01-29 10:49:50 +01:00
Adrien Delorme 06d29d279a Document how code generation works a little in .github/CONTRIBUTING.md 2019-10-29 15:29:29 +01:00
Adrien Delorme 3951267963 Create ssh_or_winrm_times_out.md 2019-10-03 17:59:25 +02:00
Adrien Delorme 0fcc4688f1 default labels per ISSUE_TEMPLATE type 2019-10-03 17:49:30 +02:00
Megan Marsh 211f7bd9de fix formatting 2019-09-23 10:08:55 -07:00
Megan Marsh bcb7d1e103 fix formatting 2019-09-23 10:08:29 -07:00
Megan Marsh 00f97e871c clean up bug report template 2019-09-23 10:06:12 -07:00
Adrien Delorme a204a14973
Update question.md 2019-09-23 12:34:10 +02:00
Adrien Delorme 9a4932e831 split issue templates: bug report/enhancment/question
so that people are routed nicely :)
2019-09-20 17:32:38 +02:00
Khai Do b442c0ad45 add debugging info to debugging page as well 2019-09-03 09:01:00 -07:00
Khai Do ca61b443c5 Add doc about debugger setup
From discussion on packer mailing list about setting up a debugger
for packer:
https://groups.google.com/d/msg/packer-tool/sfmZootjHBU/OhtEh3YTBwAJ
2019-08-30 11:30:08 -07:00
BobSilent b08bb6038d
improve contributing.md for windows user
improving description for windows user
2019-05-21 00:10:58 +02:00
Amrita Dutta c3a1ab3816 Updating to suggested future-proof comment 2019-04-19 01:48:08 +00:00
Amrita Dutta ed785fddb2 update CONTRIBUTING.md with version of go to download 2019-04-18 17:43:24 +00:00
Adrien Delorme aa6d5e1d74 Update CONTRIBUTING.md
to explain go mod usages
2019-04-11 14:19:25 +02:00
Megan Marsh 7ba913c4f3 update contributing guidelines and make sure that the PR template links to them. 2019-01-23 11:35:50 -08:00
DanHam d75a580952
Fix link 2018-12-15 11:36:47 +00:00
Megan Marsh c29e25ae8a add some advice in contributor docs about how to make faster-merging prs 2018-11-27 09:53:03 -08:00
Josh Soref b68168807a Miscellaneous doc improvements
backticks, spaces, commas

In general, a list of items should have a space after each comma.
While there are editorial styles that suggest commas inside quotations,
they're horrible advice when the backticks are describing specific
character for a user to enter.

one off indent filters section

singular

backticks...

word wrap long lines...

spelling: macOS

contributing: clarify closing case
contributing: link to changelog
contributing: point to git remote...
contributing: split commands from descriptions
contributing: grammar
spelling: github
grammar: comma after etc.
spelling: macOS
grammar: i.e.
alicloud: use relative link
alicloud: use backticks
alicloud: bits
alicloud: such as
grammar: comma after etc.
avoid linking periods
grammar: period
amazon-chroot: IOPS
amazon-chroot: use backticks
amazon-chroot: link to section
amazon-chroot: whether-or-not; period
amazon-ebs: period
amazon-ebs: use relative link
amazon-ebs: use backticks
amazon-ebs: comma
amazon-ebs: bold
amazon-ebssurrogate: comma after etc.
amazon-ebssurrogate: this builder
amazon-instance: this builder
amazon-ebssurrogate: set this
amazon-ebssurrogate: whether-or-not
amazon-ebssurrogate: period
amazon-ebssurrogate: bold section reference
amazon-ebssurrogate: backticks...
amazon-ebssurrogate: commas around e.g.
spelling: precedence
spelling: i.e.
amazon-ebssurrogate: backticks...
2018-10-18 19:09:49 -04:00
Josh Soref 11075235ae
Grammar: anyway 2018-10-10 14:40:08 -04:00
Adrien Delorme 2e151f3cd0
Spelling & checks 2018-08-14 09:49:24 +02:00
Adrien Delorme bef5c842af
re add the go 1.7 min version warning 2018-08-13 12:53:41 +02:00
Adrien Delorme 1d025c005f
Link to godocs install steps 2018-08-13 12:50:55 +02:00
Adrien Delorme 51b9065497
split go and packer dev setups 2018-08-13 12:40:42 +02:00
Matthew Hooker 6f7044c0f6
move contributing doc out of root 2018-04-02 10:52:27 -07:00
Rickard von Essen d0e4f36414 Updated ISSUE_TEMPLATE.md 2017-06-28 07:39:26 +02:00
Rickard von Essen a3c1c3168d Deflect some issues which are not bugs
I think we should make it more clear that connection issues are generally not bugs and should be sent to the mailing list or IRC etc.

What do you think?
2017-06-27 15:32:52 +02:00
Matthew Hooker 81522dced0
move packer to hashicorp 2017-04-04 13:39:01 -07:00
Matthew Hooker 55685abdc7
fix link in issue template 2017-03-30 00:25:35 -07:00
Rickard von Essen 5184d0ae0f Clearified how to specify version when reporting issues 2016-08-25 08:46:42 +02:00
Rickard von Essen f353ef00b5 Accept only bug reports and feature requests 2016-04-11 12:55:11 +02:00
Rickard von Essen 51884ac31b Delete the PR template before submitting. 2016-03-07 12:09:01 +01:00
Rickard von Essen 209b7bc86d Emphasise that the template should be removed before submitting. 2016-03-07 12:05:59 +01:00
Chris Bednarski 18f03ec070 Trim the pull request template 2016-03-01 19:31:07 -08:00
Chris Bednarski 3a14f555e1 Remove errant e 2016-02-26 10:47:29 -08:00
Chris Bednarski bb9d29b5cf Added github issue and PR templates 2016-02-24 17:41:57 -08:00