Skip to content

Instantly share code, notes, and snippets.

@mbeall
Created November 7, 2014 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbeall/49b817e19cd056233507 to your computer and use it in GitHub Desktop.
Save mbeall/49b817e19cd056233507 to your computer and use it in GitHub Desktop.
Echo ASP README.md

Echo (ASP) 0.0.0

The ASP code for the ASP version of the project

Visual Studio Configuration

Before working on any code, make sure to configure Visual Studio, by doing the following:

  1. Open Visual Studio and open website, pointing to the echo-asp folder.
  2. Go to Tools -> Options...
  3. Under Text Editor -> General, make sure "Line numbers" is checked.
  4. Under Text Editor -> Tabs, set:
  • Indenting to Block
  • Tab size to 2
  • Indent size to 2
  • Select "Insert spaces"
  1. Whenever you add a new item, make sure Visual C# (not Visual Basic) is selected.

Contributing

To contribute, do the following:

  1. Go to your fork of echo-asp, and click on the green "Pull Request" button.
  2. Make sure the base fork is your fork and the head fork is c410echo/echo-asp. Both should have the branch of "master".
  3. If you see "There isn't anything to compare.", skip to step 5.
  4. Create Pull Request and merge pull request. (The name doesn't matter.)
  5. On your local machine, sync.
  6. Make any desired changes to the code.
  7. Commit all changes.
  8. Sync changes from your local machine.
  9. Go to your fork of echo-asp, and click on the green "Pull Request" button.
  10. Make sure the base fork is c410echo/echo-asp fork and the head fork is your fork. Your fork should be the "master" branch, but make sure the c410echo/echo-asp branch is dev
  11. Create Pull Request, using a title and description which gives an overview of the changes you made. Do NOT merge.

File Tree

Files that don't exist are marked with an asterisk (*)

  • App_Code
  • App_Code/TicketDB.xsd
  • App_Code/TicketDB.xss
  • bin
  • css
  • css/bootstrap.min.css
  • css/canvas.css
  • css/flint.css
  • css/open-sans.css
  • js
  • js/bootstrap.min.js
  • js/jquery-2.1.1.min.js
  • js/jquery-migrate-1.2.1.min.js
  • about.aspx
  • about.aspx.cs
  • browse.aspx*
  • browse.aspx.cs*
  • contact.aspx
  • contact.aspx.cs
  • create-ticket.aspx*
  • create-ticket.aspx.cs*
  • echo.sln
  • edit-profile.aspx*
  • edit-profile.aspx.cs*
  • edit-tag.aspx*
  • edit-tag.aspx.cs*
  • edit-ticket.aspx*
  • edit-ticket.aspx.cs*
  • index.aspx
  • index.aspx.cs
  • LICENSE.md
  • login.aspx*
  • login.aspx.cs*
  • profile.aspx*
  • profile.aspx.cs*
  • README.md
  • style.css
  • template.master
  • template.master.cs
  • ticket.aspx*
  • ticket.aspx.cs*
  • Web.config
  • Web.Debug.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment