Skip to content

hpi-swa-teaching/SWT18-Project-08

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

RichTextEditor

Status: Build Status

Coverage: Coverage Status

SetUp

  1. Squeak: use this version (Squeak6.0alpha - latest update: #17901)
  2. Open an Workspace in Squeak
  3. Type in and run
Metacello new
  baseline: 'RichText';
  repository: 'github://hpi-swa-teaching/SWT18-Project-08:master/packages';
  load.

Development Workflow

  1. select an issue from our projects board from the todo coloumn
  2. create an branch with the following naming scheme:

#{{issueId}}-{{short description of the issue (maybe the title)}}

  1. Solve your issue and add tests for every new edge case, feature or found bug! Please commit as often as possible so that everyone else can continue with your work when you are offline. Never leave something working uncommited before shuting of your pc.
  2. create an Pull Request for your Branch and wait for an review. Please use the template!