Remove built assets from repo, updates to docs + GH templates (#1955)
* Revamp issue and pull request templates, other docs tweaks `yarn test` now runs all of our tests. * Remove generated files from the repository * Update to new Signal support URL * Prevent the 'Test failed 2 == 1' from test-release in CI * Another attempt to fix grunt test-release on Appveyor * grunt test-release: Fail build if test fails * Lint fix, and move jshint earlier in CI processpull/749/head
parent
752ef40d47
commit
d503d1ace3
@ -1,39 +1,73 @@
|
|||||||
<!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the developers to get all the necessary data to fix your issue.
|
<!--
|
||||||
You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case.
|
Please fill out this template with all the information you have. We can't do much without
|
||||||
|
both logs and a detailed description of what you encountered. Please do your best!
|
||||||
|
|
||||||
Before we begin, please note that this tracker is only for issues, not questions or comments.
|
Please note that this tracker is only for bugs and feature requests. Please try these
|
||||||
|
locations if you have a question or comment:
|
||||||
|
|
||||||
If you are looking for support, please see our support center instead:
|
https://whispersystems.discoursehosting.net/
|
||||||
http://support.whispersystems.org/
|
http://support.signal.org/
|
||||||
or email support@whispersystems.org
|
support@whispersystems.org
|
||||||
|
|
||||||
Let's begin with a checklist: please replace the empty checkbox [ ] below with a checked one [x] if you have searched for existing issues -->
|
Lastly, be sure to preview your issue before saving. Thanks!
|
||||||
|
-->
|
||||||
|
|
||||||
- [ ] I have searched open and closed issues for duplicates
|
- [ ] I have searched open and closed issues for duplicates
|
||||||
|
<!--
|
||||||
|
You can search all issues here:
|
||||||
|
https://github.com/WhisperSystems/Signal-Desktop/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||||
|
Replace [ ] with [X] once you've searched
|
||||||
|
-->
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
### Bug description
|
### Bug description
|
||||||
Describe here the issue that you are experiencing.
|
|
||||||
|
<!-- Give an overall summary of the issue. -->
|
||||||
|
|
||||||
|
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
- using hyphens as bullet points
|
|
||||||
- list the steps
|
|
||||||
- that reproduce the bug
|
|
||||||
|
|
||||||
**Actual result:** Describe here what happens after you run the steps above (i.e. the buggy behaviour)
|
<!-- Using bullet points, list the steps that reproduce the bug. -->
|
||||||
**Expected result:** Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour)
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
Actual result:
|
||||||
|
<!-- Describe the details of the buggy behaviour. -->
|
||||||
|
|
||||||
|
Expected result:
|
||||||
|
<!-- Describe in detail what the correct behavior should be. -->
|
||||||
|
|
||||||
|
|
||||||
### Screenshots
|
### Screenshots
|
||||||
<!-- you can drag and drop images below -->
|
|
||||||
|
<!--
|
||||||
|
How to take screenshots on all OSes: https://www.take-a-screenshot.org/
|
||||||
|
You can drag and drop images into this text box.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
### Platform info
|
### Platform info
|
||||||
<!-- replace examples with your info -->
|
|
||||||
**Operating System**: My Operating System A
|
|
||||||
**Browser**: My Browser X.Y.Z
|
Signal version:
|
||||||
<!-- you can see Signal's version number in your browser's extensions page: chrome://extensions -->
|
<!-- You can see Signal's version number at Help -> About or File -> About Signal Desktop -->
|
||||||
**Signal version:** Z.Y.Y
|
|
||||||
|
Operating System:
|
||||||
|
<!-- Instructions for finding your OS version are here: http://whatsmyos.com/ -->
|
||||||
|
|
||||||
|
Linked device version:
|
||||||
|
<!-- Android: Settings -> Advanced, iOS: Settings -> About -->
|
||||||
|
|
||||||
|
|
||||||
### Link to debug log
|
### Link to debug log
|
||||||
<!-- immediately after the bug has happened submit a debug log via the ⋮ menu above the conversation list -->
|
|
||||||
|
<!--
|
||||||
|
Immediately after the bug has happened, submit a debug log via View -> Debug Log, then copy that URL here.
|
||||||
|
|
||||||
|
In most cases, a log from your other devices is also useful:
|
||||||
|
Android: https://support.signal.org/hc/en-us/articles/212535838
|
||||||
|
iOS: https://support.signal.org/hc/en-us/articles/229676507
|
||||||
|
-->
|
||||||
|
@ -1,27 +1,37 @@
|
|||||||
|
<!--
|
||||||
|
Thanks for contributing to the project!
|
||||||
|
Please help us keep this project in good shape by going through this checklist.
|
||||||
|
Replace the empty checkboxes [ ] below with checked ones [X] as they are completed
|
||||||
|
Remember, you can preview this before saving it.
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- You can remove this first section if you have contributed before -->
|
<!-- You can remove this first section if you have contributed before -->
|
||||||
### First time contributor checklist
|
|
||||||
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
|
### First time contributor checklist:
|
||||||
- [ ] I have read the [README](https://github.com/WhisperSystems/Signal-Desktop/blob/master/README.md) and [Contributor Guidelines](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md)
|
- [ ] I have read the [README](https://github.com/WhisperSystems/Signal-Desktop/blob/master/README.md) and [Contributor Guidelines](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md)
|
||||||
- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/)
|
- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/)
|
||||||
|
|
||||||
### Contributor checklist
|
|
||||||
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
|
|
||||||
- [ ] My contribution is fully baked and ready to be merged as is
|
|
||||||
- [ ] My changes are rebased on the latest master branch
|
|
||||||
- [ ] My commits are in nice logical chunks
|
|
||||||
- [ ] I have followed the [best practices](http://chris.beams.io/posts/git-commit/) in my commit messages
|
|
||||||
- [ ] I have tested my contribution on these platforms:
|
|
||||||
* GNU Hurd 1.0, Chrom{e,ium} X.Y.Z
|
|
||||||
* Amiga OS 3.1, Chrom{e,ium} Z.Y
|
|
||||||
- [ ] My changes pass all the [local tests](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md#tests) 100%
|
|
||||||
- [ ] I have considered whether my changes need additional [tests](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md#tests), and in the case they do, I have written them
|
|
||||||
|
|
||||||
----------------------------------------
|
### Contributor checklist:
|
||||||
|
- [ ] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/)
|
||||||
|
- [ ] My changes are [rebased](https://medium.freecodecamp.org/git-rebase-and-the-golden-rule-explained-70715eccc372) on the latest [`development`](https://github.com/WhisperSystems/Signal-Desktop/tree/development) branch
|
||||||
|
- [ ] My changes pass 100% of [local tests](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md#tests)
|
||||||
|
- [ ] My changes are ready to be shipped to users
|
||||||
|
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Describe briefly what your pull request proposes to fix. Especially if you have more than one commit, it is helpful to give a summary of what your contribution as a whole is trying to solve.
|
Describe briefly what your pull request changes. Focus on the value provided to users.
|
||||||
Also, please describe shortly how you tested that your fix actually works.
|
|
||||||
|
Does it address any outstanding issues in this project?
|
||||||
|
https://github.com/WhisperSystems/Signal-Desktop/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||||
|
Reference an issue with the hash symbol: "#222"
|
||||||
|
If you're fixing it, use something like "Fixes #222"
|
||||||
|
|
||||||
Please note, that after you have submitted your PR, the Travis CI build check will fail. This is a known issue (#708) and you don't have to worry about it. (■_■¬)
|
Please write a summary of your test approach:
|
||||||
|
- What kind of manual testing did you do?
|
||||||
|
- Did you write any new tests?
|
||||||
|
- What operating systems did you test with? (please use specific versions: http://whatsmyos.com/)
|
||||||
|
- What other devices did you test with? (other Desktop devices, Android, Android Simulator, iOS, iOS Simulator)
|
||||||
-->
|
-->
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue