Skip to content

Commit

Permalink
Merge branch 'latest' into windows-support
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonusPC committed Oct 17, 2018
2 parents e3d2a98 + 53c6055 commit 435cbfa
Show file tree
Hide file tree
Showing 136 changed files with 2,124 additions and 12,823 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=7080
RAZZLE_BASE_PATH=http://localhost:7080
RAZZLE_PUBLIC_DIR=build/public
RAZZLE_PUBLIC_DIR_DEV=public
RAZZLE_PUBLIC_DIR_DEV=public
20 changes: 12 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -21,15 +21,19 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.

- [ ] Initially labelled with ["bug"](https://github.com/BBC-News/simorgh/labels/bug)
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Will Cypress tests be required or are unit tests sufficient?

**Additional context**
Add any other context or screenshots about the feature request here.

- [ ] Initially labelled with ["Refinement needed"](https://github.com/BBC-News/simorgh/labels/Refinement%20Needed)
2 changes: 1 addition & 1 deletion cypress/integration/dataSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { testNonHTMLResponseCode } from '../support/metaTestHelper';

describe('Static Articles data', () => {
it('should return a 200 status code', () => {
testNonHTMLResponseCode('/data/news/c0000000027o.json', 200);
testNonHTMLResponseCode('/data/news/articles/c0000000027o.json', 200);
});
});

0 comments on commit 435cbfa

Please sign in to comment.