Skip to content

Commit

Permalink
Merge 1c9fc0c into 6c2b293
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 19, 2020
2 parents 6c2b293 + 1c9fc0c commit 10fad5e
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/1-user-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "\U0001F680 Feature request"
about: Something the user wants to do.
title: ''
labels: 'User Story'
assignees: ''

---

**As a** user,\
**I want** \
**so that** .

Acceptance criteria:
- [ ] first
- [ ] second
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

<!-- Thanks for taking the time to file an issue! -->

**Describe the bug**
<!-- A clear and concise description of what the bug is -->


**Steps to reproduce**

1.
2.
3.

**Environment:**
<!-- Please complete the following information: -->
- Squeak version: <!-- e.g. 5.3 -->
14 changes: 14 additions & 0 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Please enter the corresponding issue ID: -->
**Closes: #Issue**

<!-- Add the breaking label (PR: BREAKING) if applicable. -->

<!-- Please summarize your changes: -->



### Checklist
<!-- Please check if your PR fulfills the following requirements: -->

- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,28 @@
2. Load [Metacello](https://github.com/metacello/metacello)
3. Finally, load the package with the following command:

```Smalltalk
```smalltalk
Metacello new
baseline: 'Material';
repository: 'github://hpi-swa-teaching/MaterialDesignWidgets/packages';
load.
```


### Fonts

Copy all `*.ttf` files from [this folder](https://github.com/hpi-swa-teaching/MaterialDesignWidgets/tree/master/build-support/fonts) to `/pathToSqueak-Image/Contents/Resources/Roboto`.
> The import is only executed multiple times if something went wrong during the import.
> To manually force a new import execute `MDWidget fontsImported: false`

## Useful Information for Developers
Please have a look at our [coding standards](https://github.com/hpi-swa-teaching/MaterialDesignWidgets/wiki/Coding-Standards) in the [wiki](https://github.com/hpi-swa-teaching/MaterialDesignWidgets/wiki)

Please have a look at our [coding standards](https://github.com/hpi-swa-teaching/MaterialDesignWidgets/wiki/Coding-Standards) in the [wiki](https://github.com/hpi-swa-teaching/MaterialDesignWidgets/wiki).


## Contributors

- Team 1: Carolin Goerke, Max Plaga, Jan Westphal, Lasse Steffen, Mats Pörschke
- Team 2: Wanda Baltzer, Antonius Naumann, Luc Prestin, Robin Wersich
- Team 3: Sebastian Angrick, Isabell Kraus, Clemens Tiedt, Ronja Wagner, Jonas Wanke

0 comments on commit 10fad5e

Please sign in to comment.