Project

General

Profile

Actions

Bug #1605

closed

Typo thier instead of their

Added by Jim Bailey almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Dashboard
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

Description

/app/views/dashboard/welcome.html.erb

I found a typo and made a patch, I realise it is probable over kill for a two character switch but I am trying to teach myself the process.


Files

fixed_thier_typo.patch fixed_thier_typo.patch 1.32 KB Jim Bailey, 05/08/2012 05:09 AM
Actions #1

Updated by Brian Gupta almost 12 years ago

  • Category set to Dashboard
  • Assignee set to Jim Bailey

Hi Jim,

Are you familiar with Git? If so take a look at this: http://theforeman.org/projects/foreman/wiki/Contribute

You are basically going to want to commit your changes to a local git working directory (put some useful text in the commit message and include Refs #1605 in it as well, and it will update this ticket when it is merged).

After that you are going to want to do one of two things to submit the patch.
1) rake mail_patches
2) fork the repo, create a local topic branch and then submit a pull request for review. (You'll need a github account for this bit.)

Although this isn't related to foreman, you might find this useful: https://github.com/ginatrapani/ThinkUp/wiki/Developer-Guide%3A-Get-the-Source-Code-from-GitHub-and-Keep-It-Updated

Although technically it's probably a bit more work, I prefer the second method, as it also teaches you github workflow.. Since a lot of projects are on github, that's a handy thing to know.

Thanks,
Brian

Actions #2

Updated by Brian Gupta almost 12 years ago

  • Target version set to 1.0
Actions #3

Updated by Jim Bailey almost 12 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF